Html Css Color HEX #DCB689 Brandy

📋 copy color: '#DCB689'

red 220 ◦ green 182 ◦ blue 137

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

Shades of Brandy #DCB689

Tints of Brandy #DCB689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.77%

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

R = 40.82%
G = 33.77%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCB689 (or 0xDCB689) is known color: Brandy. HEX triplet: DC, B6 and 89. RGB value is (220,182,137). Sum of RGB (Red+Green+Blue) = 220+182+137=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB689 is #234976. Grayscale: #BCBCBC. Windows color (decimal): -2312567 or 9025244. OLE color: 9025244.

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

Color convert

RGB 220 182 137 -
CMYK 0 0.17 0.38 0.14
HSL 32.53º 0.54% 0.7% -
HSV(B) 32.53º 0.38% 0.86% -
XYZ 50.76 50.48 30.73 -
YUV 188.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 220 182 137 0 0.17 0.38 0.14 32.53 0.54 0.7
Hex DC B6 89 0 11 26 E 21 36 46
Octal 334 266 211 0 21 46 16 41 66 106
Binary 11011100 10110110 10001001 0 10001 100110 1110 100001 110110 1000110

Color Harmonies of #DCB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB689

Black with #DCB689

Text Example


Text Example

White with #DCB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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