Html Css Color HEX #DCB087 Brandy

📋 copy color: '#DCB087'

red 220 ◦ green 176 ◦ blue 135

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

Shades of Brandy #DCB087

Tints of Brandy #DCB087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.15%

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

R = 41.43%
G = 33.15%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCB087 (or 0xDCB087) is known color: Brandy. HEX triplet: DC, B0 and 87. RGB value is (220,176,135). Sum of RGB (Red+Green+Blue) = 220+176+135=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB087 is #234F78. Grayscale: #B8B8B8. Windows color (decimal): -2314105 or 8892636. OLE color: 8892636.

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

Color convert

RGB 220 176 135 -
CMYK 0 0.2 0.39 0.14
HSL 28.94º 0.55% 0.7% -
HSV(B) 28.94º 0.39% 0.86% -
XYZ 49.41 48.02 29.59 -
YUV 184.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 220 176 135 0 0.2 0.39 0.14 28.94 0.55 0.7
Hex DC B0 87 0 14 27 E 1D 37 46
Octal 334 260 207 0 24 47 16 35 67 106
Binary 11011100 10110000 10000111 0 10100 100111 1110 11101 110111 1000110

Color Harmonies of #DCB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB087

Black with #DCB087

Text Example


Text Example

White with #DCB087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB087; }

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

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

background-color css

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

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

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

border-color css

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

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

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