Html Css Color HEX #DCB189 Brandy

📋 copy color: '#DCB189'

red 220 ◦ green 177 ◦ blue 137

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

Shades of Brandy #DCB189

Tints of Brandy #DCB189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

 BLUE value IS 137 (53.91% from 255) = 25.66%

R = 41.2%
G = 33.15%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCB189 (or 0xDCB189) is known color: Brandy. HEX triplet: DC, B1 and 89. RGB value is (220,177,137). Sum of RGB (Red+Green+Blue) = 220+177+137=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB189 is #234E76. Grayscale: #B9B9B9. Windows color (decimal): -2313847 or 9023964. OLE color: 9023964.

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

Color convert

RGB 220 177 137 -
CMYK 0 0.20 0.38 0.14
HSL 28.92º 0.54% 0.7% -
HSV(B) 28.92º 0.38% 0.86% -
XYZ 49.75 48.47 30.4 -
YUV 185.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 220 177 137 0 0.20 0.38 0.14 28.92 0.54 0.7
Hex DC B1 89 0 14 26 E 1D 36 46
Octal 334 261 211 0 24 46 16 35 66 106
Binary 11011100 10110001 10001001 0 10100 100110 1110 11101 110110 1000110

Color Harmonies of #DCB189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB189

Black with #DCB189

Text Example


Text Example

White with #DCB189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB189; }

 p { color: rgb(220,177,137); }

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

background-color css

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

 a { background-color: rgb(220,177,137); }

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

border-color css

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

 span { border-color: rgb(220,177,137); }

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