Html Css Color HEX #DCBD8C Burly Wood

📋 copy color: '#DCBD8C'

red 220 ◦ green 189 ◦ blue 140

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

Shades of Burly Wood #DCBD8C

Tints of Burly Wood #DCBD8C

RGB

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

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

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

R = 40.07%
G = 34.43%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCBD8C (or 0xDCBD8C) is known color: Burly Wood. HEX triplet: DC, BD and 8C. RGB value is (220,189,140). Sum of RGB (Red+Green+Blue) = 220+189+140=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD8C is #234273. Grayscale: #C0C0C0. Windows color (decimal): -2310772 or 9223644. OLE color: 9223644.

HSL color Cylindrical-coordinate representation of color #DCBD8C: hue angle of 36.75º 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 #DCBD8C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 140 -
CMYK 0 0.14 0.36 0.14
HSL 36.75º 0.53% 0.71% -
HSV(B) 36.75º 0.36% 0.86% -
XYZ 52.45 53.5 32.37 -
YUV 192.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 220 189 140 0 0.14 0.36 0.14 36.75 0.53 0.71
Hex DC BD 8C 0 E 24 E 25 35 47
Octal 334 275 214 0 16 44 16 45 65 107
Binary 11011100 10111101 10001100 0 1110 100100 1110 100101 110101 1000111

Color Harmonies of #DCBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD8C

Black with #DCBD8C

Text Example


Text Example

White with #DCBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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