Html Css Color HEX #DCB387 Brandy

📋 copy color: '#DCB387'

red 220 ◦ green 179 ◦ blue 135

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

Shades of Brandy #DCB387

Tints of Brandy #DCB387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.52%

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

R = 41.2%
G = 33.52%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCB387 (or 0xDCB387) is known color: Brandy. HEX triplet: DC, B3 and 87. RGB value is (220,179,135). Sum of RGB (Red+Green+Blue) = 220+179+135=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB387 is #234C78. Grayscale: #BABABA. Windows color (decimal): -2313337 or 8893404. OLE color: 8893404.

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

Color convert

RGB 220 179 135 -
CMYK 0 0.19 0.39 0.14
HSL 31.06º 0.55% 0.7% -
HSV(B) 31.06º 0.39% 0.86% -
XYZ 50.01 49.21 29.78 -
YUV 186.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 220 179 135 0 0.19 0.39 0.14 31.06 0.55 0.7
Hex DC B3 87 0 13 27 E 1F 37 46
Octal 334 263 207 0 23 47 16 37 67 106
Binary 11011100 10110011 10000111 0 10011 100111 1110 11111 110111 1000110

Color Harmonies of #DCB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB387

Black with #DCB387

Text Example


Text Example

White with #DCB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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