Html Css Color HEX #DCB587 Brandy

📋 copy color: '#DCB587'

red 220 ◦ green 181 ◦ blue 135

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

Shades of Brandy #DCB587

Tints of Brandy #DCB587

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.77%

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

R = 41.04%
G = 33.77%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCB587 (or 0xDCB587) is known color: Brandy. HEX triplet: DC, B5 and 87. RGB value is (220,181,135). Sum of RGB (Red+Green+Blue) = 220+181+135=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB587 is #234A78. Grayscale: #BBBBBB. Windows color (decimal): -2312825 or 8893916. OLE color: 8893916.

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

Color convert

RGB 220 181 135 -
CMYK 0 0.18 0.39 0.14
HSL 32.47º 0.55% 0.7% -
HSV(B) 32.47º 0.39% 0.86% -
XYZ 50.41 50.01 29.92 -
YUV 187.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 220 181 135 0 0.18 0.39 0.14 32.47 0.55 0.7
Hex DC B5 87 0 12 27 E 20 37 46
Octal 334 265 207 0 22 47 16 40 67 106
Binary 11011100 10110101 10000111 0 10010 100111 1110 100000 110111 1000110

Color Harmonies of #DCB587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB587

Black with #DCB587

Text Example


Text Example

White with #DCB587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB587; }

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

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

background-color css

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

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

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

border-color css

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

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

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