Color Hex Logo

#dfb369 Color Hex

#DFB369
(223,179,105)
0 Favorites   0 Comments

Color spaces of #dfb369

RGB 223179105
HSL0.100.650.64
HSV38°53°87°
CMYK 0.000.200.53   0.13
XYZ49.101348.948120.2246
Yxy48.94810.41510.4139
Hunter Lab69.96292.839631.8347
CIE-Lab75.41907.146943.5056

#dfb369 color RGB value is (223,179,105).

#dfb369 hex color red value is 223, green value is 179 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dfb369 hue: 0.10 , saturation: 0.65 and the lightness value of dfb369 is 0.64.

The process color (four color CMYK) of #dfb369 color hex is 0.00, 0.20, 0.53, 0.13. Web safe color of #dfb369 is #cccc66. Color #dfb369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01101001
Octal 337 263 151
Decimal 223 179 105
Hex DF B3 69

RGB Percentages of Color #dfb369

%43.98
%35.31
%20.71

CMYK Percentages of Color #dfb369

%0
%20
%53
%13

Triadic Colors of #dfb369

#dfb369 #69dfb3 #b369df

Analogous Colors of #dfb369

#dfb369 #d0df69 #df7869

Monochromatic Colors of #dfb369

#dfb369

Complementary Color

#dfb369 #6995df

#dfb369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb369 Color CSS Codes

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

#dfb369 Text Font Color

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

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


#dfb369 Background Color

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

This div background color is #dfb369


#dfb369 Border Color

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

This div border color is #dfb369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb369


Comments

No comments written yet.

Please login to write comment.