Html Css Color HEX #DFBD8C Burly Wood

📋 copy color: '#DFBD8C'

red 223 ◦ green 189 ◦ blue 140

#DFBD8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burly Wood #DFBD8C

Tints of Burly Wood #DFBD8C

RGB

 RED value IS 223 (87.5% from 255) = 40.4%

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 140 (55.08% from 255) = 25.36%

R = 40.4%
G = 34.24%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFBD8C (or 0xDFBD8C) is known color: Burly Wood. HEX triplet: DF, BD and 8C. RGB value is (223,189,140). Sum of RGB (Red+Green+Blue) = 223+189+140=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD8C is #204273. Grayscale: #C1C1C1. Windows color (decimal): -2114164 or 9223647. OLE color: 9223647.

HSL color Cylindrical-coordinate representation of color #DFBD8C: hue angle of 35.42º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFBD8C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 140 -
CMYK 0 0.15 0.37 0.13
HSL 35.42º 0.56% 0.71% -
HSV(B) 35.42º 0.37% 0.87% -
XYZ 53.36 53.98 32.42 -
YUV 193.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 223 189 140 0 0.15 0.37 0.13 35.42 0.56 0.71
Hex DF BD 8C 0 F 25 D 23 38 47
Octal 337 275 214 0 17 45 15 43 70 107
Binary 11011111 10111101 10001100 0 1111 100101 1101 100011 111000 1000111

Color Harmonies of #DFBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD8C

Black with #DFBD8C

Text Example


Text Example

White with #DFBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD8C; }

 p { color: rgb(223,189,140); }

 H1.HeaderClassName
 {
   color: #DFBD8C;
 }
 .AnyTagClassName
 {
   color: #DFBD8C;
 }
</style>

background-color css

<style>
 a { background-color: #DFBD8C; }

 a { background-color: rgb(223,189,140); }

 div.DivClassName
 {
   background-color: #DFBD8C;
 }
 .BgClassName
 {
   background-color: #DFBD8C;
 }
</style>

border-color css

<style>
 span { border-color: #DFBD8C; }

 span { border-color: rgb(223,189,140); }

 td.TdClassName
 {
   border-color: #DFBD8C;
 }
 .TagClassName
 {
   border-color: #DFBD8C;
 }
</style>