Color Hex Logo

#dfb646 Color Hex

#DFB646
(223,182,70)
0 Favorites   0 Comments

Color spaces of #dfb646

RGB 22318270
HSL0.120.710.57
HSV44°69°87°
CMYK 0.000.180.69   0.13
XYZ48.264949.586112.8216
Yxy49.58610.43610.4480
Hunter Lab70.4174-0.884538.4967
CIE-Lab75.81453.151260.2712

#dfb646 color RGB value is (223,182,70).

#dfb646 hex color red value is 223, green value is 182 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dfb646 hue: 0.12 , saturation: 0.71 and the lightness value of dfb646 is 0.57.

The process color (four color CMYK) of #dfb646 color hex is 0.00, 0.18, 0.69, 0.13. Web safe color of #dfb646 is #cccc33. Color #dfb646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01000110
Octal 337 266 106
Decimal 223 182 70
Hex DF B6 46

RGB Percentages of Color #dfb646

%46.95
%38.32
%14.74

CMYK Percentages of Color #dfb646

%0
%18
%69
%13

Triadic Colors of #dfb646

#dfb646 #46dfb6 #b646df

Analogous Colors of #dfb646

#dfb646 #bcdf46 #df6a46

Monochromatic Colors of #dfb646

#dfb646

Complementary Color

#dfb646 #466fdf

#dfb646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb646 Color CSS Codes

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

#dfb646 Text Font Color

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

This sample text font color is #dfb646
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.


#dfb646 Background Color

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

This div background color is #dfb646


#dfb646 Border Color

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

This div border color is #dfb646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb646


Comments

No comments written yet.

Please login to write comment.