Html Css Color HEX #DCB089 Brandy

📋 copy color: '#DCB089'

red 220 ◦ green 176 ◦ blue 137

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

Shades of Brandy #DCB089

Tints of Brandy #DCB089

RGB

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

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

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

R = 41.28%
G = 33.02%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCB089 (or 0xDCB089) is known color: Brandy. HEX triplet: DC, B0 and 89. RGB value is (220,176,137). Sum of RGB (Red+Green+Blue) = 220+176+137=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB089 is #234F76. Grayscale: #B8B8B8. Windows color (decimal): -2314103 or 9023708. OLE color: 9023708.

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

Color convert

RGB 220 176 137 -
CMYK 0 0.2 0.38 0.14
HSL 28.19º 0.54% 0.7% -
HSV(B) 28.19º 0.38% 0.86% -
XYZ 49.56 48.07 30.33 -
YUV 184.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 220 176 137 0 0.2 0.38 0.14 28.19 0.54 0.7
Hex DC B0 89 0 14 26 E 1C 36 46
Octal 334 260 211 0 24 46 16 34 66 106
Binary 11011100 10110000 10001001 0 10100 100110 1110 11100 110110 1000110

Color Harmonies of #DCB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB089

Black with #DCB089

Text Example


Text Example

White with #DCB089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB089; }

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

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

background-color css

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

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

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

border-color css

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

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

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