Html Css Color HEX #DCBA88 Burly Wood

📋 copy color: '#DCBA88'

red 220 ◦ green 186 ◦ blue 136

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

Shades of Burly Wood #DCBA88

Tints of Burly Wood #DCBA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.32%

 BLUE value IS 136 (53.52% from 255) = 25.09%

R = 40.59%
G = 34.32%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCBA88 (or 0xDCBA88) is known color: Burly Wood. HEX triplet: DC, BA and 88. RGB value is (220,186,136). Sum of RGB (Red+Green+Blue) = 220+186+136=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA88 is #234577. Grayscale: #BEBEBE. Windows color (decimal): -2311544 or 8960732. OLE color: 8960732.

HSL color Cylindrical-coordinate representation of color #DCBA88: hue angle of 35.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCBA88 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 136 -
CMYK 0 0.15 0.38 0.14
HSL 35.71º 0.55% 0.7% -
HSV(B) 35.71º 0.38% 0.86% -
XYZ 51.52 52.11 30.64 -
YUV 190.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 220 186 136 0 0.15 0.38 0.14 35.71 0.55 0.7
Hex DC BA 88 0 F 26 E 24 37 46
Octal 334 272 210 0 17 46 16 44 67 106
Binary 11011100 10111010 10001000 0 1111 100110 1110 100100 110111 1000110

Color Harmonies of #DCBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA88

Black with #DCBA88

Text Example


Text Example

White with #DCBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA88; }

 p { color: rgb(220,186,136); }

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

background-color css

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

 a { background-color: rgb(220,186,136); }

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

border-color css

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

 span { border-color: rgb(220,186,136); }

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