Html Css Color HEX #DCC08F Burly Wood

📋 copy color: '#DCC08F'

red 220 ◦ green 192 ◦ blue 143

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

Shades of Burly Wood #DCC08F

Tints of Burly Wood #DCC08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.59%

 BLUE value IS 143 (56.25% from 255) = 25.77%

R = 39.64%
G = 34.59%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCC08F (or 0xDCC08F) is known color: Burly Wood. HEX triplet: DC, C0 and 8F. RGB value is (220,192,143). Sum of RGB (Red+Green+Blue) = 220+192+143=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC08F is #233F70. Grayscale: #C3C3C3. Windows color (decimal): -2310001 or 9421020. OLE color: 9421020.

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

Color convert

RGB 220 192 143 -
CMYK 0 0.13 0.35 0.14
HSL 38.18º 0.52% 0.71% -
HSV(B) 38.18º 0.35% 0.86% -
XYZ 53.32 54.9 33.77 -
YUV 194.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 220 192 143 0 0.13 0.35 0.14 38.18 0.52 0.71
Hex DC C0 8F 0 D 23 E 26 34 47
Octal 334 300 217 0 15 43 16 46 64 107
Binary 11011100 11000000 10001111 0 1101 100011 1110 100110 110100 1000111

Color Harmonies of #DCC08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC08F

Black with #DCC08F

Text Example


Text Example

White with #DCC08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC08F; }

 p { color: rgb(220,192,143); }

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

background-color css

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

 a { background-color: rgb(220,192,143); }

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

border-color css

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

 span { border-color: rgb(220,192,143); }

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