Color Hex Logo

#dfb230 Color Hex

#DFB230
(223,178,48)
0 Favorites   0 Comments

Color spaces of #dfb230

RGB 22317848
HSL0.120.730.53
HSV45°78°87°
CMYK 0.000.200.78   0.13
XYZ46.885347.74229.5403
Yxy47.74220.45010.4583
Hunter Lab69.09570.204740.1806
CIE-Lab74.66204.281267.4830

#dfb230 color RGB value is (223,178,48).

#dfb230 hex color red value is 223, green value is 178 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dfb230 hue: 0.12 , saturation: 0.73 and the lightness value of dfb230 is 0.53.

The process color (four color CMYK) of #dfb230 color hex is 0.00, 0.20, 0.78, 0.13. Web safe color of #dfb230 is #cc9933. Color #dfb230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00110000
Octal 337 262 60
Decimal 223 178 48
Hex DF B2 30

RGB Percentages of Color #dfb230

%49.67
%39.64
%10.69

CMYK Percentages of Color #dfb230

%0
%20
%78
%13

Triadic Colors of #dfb230

#dfb230 #30dfb2 #b230df

Analogous Colors of #dfb230

#dfb230 #b5df30 #df5b30

Monochromatic Colors of #dfb230

#dfb230

Complementary Color

#dfb230 #305ddf

#dfb230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb230 Color CSS Codes

.mybgcolor {background-color:#dfb230; } 
.myforecolor {color:#dfb230; }
.mybordercolor {border:3px solid #dfb230; }

#dfb230 Text Font Color

<p style="color:#dfb230">Text here</p>

This sample text font color is #dfb230
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfb230 Background Color

<div style="background-color:#dfb230">
Div content here</div>

This div background color is #dfb230


#dfb230 Border Color

<div style="border:3px solid #dfb230">
Div here</div>

This div border color is #dfb230


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,178,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfb230; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfb230;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb230;
  box-shadow:         1px 1px 3px 2px #dfb230; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,178,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb230;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb230;
  box-shadow:         1px 1px 3px 2px #dfb230;">
Div content here</div>

This div box has shadow with color #dfb230


Comments

No comments written yet.

Please login to write comment.