Html Css Color HEX #DCBF8C Burly Wood

📋 copy color: '#DCBF8C'

red 220 ◦ green 191 ◦ blue 140

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

Shades of Burly Wood #DCBF8C

Tints of Burly Wood #DCBF8C

RGB

 RED value IS 220 (86.33% from 255) = 39.93%

 GREEN value IS 191 (75% from 255) = 34.66%

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

R = 39.93%
G = 34.66%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCBF8C (or 0xDCBF8C) is known color: Burly Wood. HEX triplet: DC, BF and 8C. RGB value is (220,191,140). Sum of RGB (Red+Green+Blue) = 220+191+140=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF8C is #234073. Grayscale: #C2C2C2. Windows color (decimal): -2310260 or 9224156. OLE color: 9224156.

HSL color Cylindrical-coordinate representation of color #DCBF8C: hue angle of 38.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCBF8C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 140 -
CMYK 0 0.13 0.36 0.14
HSL 38.25º 0.53% 0.71% -
HSV(B) 38.25º 0.36% 0.86% -
XYZ 52.88 54.37 32.52 -
YUV 193.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 220 191 140 0 0.13 0.36 0.14 38.25 0.53 0.71
Hex DC BF 8C 0 D 24 E 26 35 47
Octal 334 277 214 0 15 44 16 46 65 107
Binary 11011100 10111111 10001100 0 1101 100100 1110 100110 110101 1000111

Color Harmonies of #DCBF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF8C

Black with #DCBF8C

Text Example


Text Example

White with #DCBF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF8C; }

 p { color: rgb(220,191,140); }

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

background-color css

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

 a { background-color: rgb(220,191,140); }

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

border-color css

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

 span { border-color: rgb(220,191,140); }

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