Html Css Color HEX #DCB287 Brandy

📋 copy color: '#DCB287'

red 220 ◦ green 178 ◦ blue 135

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

Shades of Brandy #DCB287

Tints of Brandy #DCB287

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.4%

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

R = 41.28%
G = 33.4%
B = 25.33%

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

#DCB287 (or 0xDCB287) is known color: Brandy. HEX triplet: DC, B2 and 87. RGB value is (220,178,135). Sum of RGB (Red+Green+Blue) = 220+178+135=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB287 is #234D78. Grayscale: #B9B9B9. Windows color (decimal): -2313593 or 8893148. OLE color: 8893148.

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

Color convert

RGB 220 178 135 -
CMYK 0 0.19 0.39 0.14
HSL 30.35º 0.55% 0.7% -
HSV(B) 30.35º 0.39% 0.86% -
XYZ 49.81 48.81 29.72 -
YUV 185.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 220 178 135 0 0.19 0.39 0.14 30.35 0.55 0.7
Hex DC B2 87 0 13 27 E 1E 37 46
Octal 334 262 207 0 23 47 16 36 67 106
Binary 11011100 10110010 10000111 0 10011 100111 1110 11110 110111 1000110

Color Harmonies of #DCB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB287

Black with #DCB287

Text Example


Text Example

White with #DCB287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB287; }

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

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

background-color css

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

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

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

border-color css

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

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

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