Html Css Color HEX #DCBB8B Burly Wood

📋 copy color: '#DCBB8B'

red 220 ◦ green 187 ◦ blue 139

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

Shades of Burly Wood #DCBB8B

Tints of Burly Wood #DCBB8B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 139 (54.69% from 255) = 25.46%

R = 40.29%
G = 34.25%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCBB8B (or 0xDCBB8B) is known color: Burly Wood. HEX triplet: DC, BB and 8B. RGB value is (220,187,139). Sum of RGB (Red+Green+Blue) = 220+187+139=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB8B is #234474. Grayscale: #BFBFBF. Windows color (decimal): -2311285 or 9157596. OLE color: 9157596.

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

Color convert

RGB 220 187 139 -
CMYK 0 0.15 0.37 0.14
HSL 35.56º 0.54% 0.7% -
HSV(B) 35.56º 0.37% 0.86% -
XYZ 51.95 52.62 31.85 -
YUV 191.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 220 187 139 0 0.15 0.37 0.14 35.56 0.54 0.7
Hex DC BB 8B 0 F 25 E 24 36 46
Octal 334 273 213 0 17 45 16 44 66 106
Binary 11011100 10111011 10001011 0 1111 100101 1110 100100 110110 1000110

Color Harmonies of #DCBB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB8B

Black with #DCBB8B

Text Example


Text Example

White with #DCBB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB8B; }

 p { color: rgb(220,187,139); }

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

background-color css

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

 a { background-color: rgb(220,187,139); }

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

border-color css

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

 span { border-color: rgb(220,187,139); }

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