Html Css Color HEX #DCBC87 Burly Wood

📋 copy color: '#DCBC87'

red 220 ◦ green 188 ◦ blue 135

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

Shades of Burly Wood #DCBC87

Tints of Burly Wood #DCBC87

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

 BLUE value IS 135 (53.13% from 255) = 24.86%

R = 40.52%
G = 34.62%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCBC87 (or 0xDCBC87) is known color: Burly Wood. HEX triplet: DC, BC and 87. RGB value is (220,188,135). Sum of RGB (Red+Green+Blue) = 220+188+135=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 135 (53.12% from 255 or 24.86% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC87 is #234378. Grayscale: #BFBFBF. Windows color (decimal): -2311033 or 8895708. OLE color: 8895708.

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

Color convert

RGB 220 188 135 -
CMYK 0 0.15 0.39 0.14
HSL 37.41º 0.55% 0.7% -
HSV(B) 37.41º 0.39% 0.86% -
XYZ 51.87 52.93 30.4 -
YUV 191.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 220 188 135 0 0.15 0.39 0.14 37.41 0.55 0.7
Hex DC BC 87 0 F 27 E 25 37 46
Octal 334 274 207 0 17 47 16 45 67 106
Binary 11011100 10111100 10000111 0 1111 100111 1110 100101 110111 1000110

Color Harmonies of #DCBC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC87

Black with #DCBC87

Text Example


Text Example

White with #DCBC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC87; }

 p { color: rgb(220,188,135); }

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

background-color css

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

 a { background-color: rgb(220,188,135); }

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

border-color css

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

 span { border-color: rgb(220,188,135); }

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