Html Css Color HEX #DCB488 Brandy

📋 copy color: '#DCB488'

red 220 ◦ green 180 ◦ blue 136

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

Shades of Brandy #DCB488

Tints of Brandy #DCB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

 BLUE value IS 136 (53.52% from 255) = 25.37%

R = 41.04%
G = 33.58%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCB488 (or 0xDCB488) is known color: Brandy. HEX triplet: DC, B4 and 88. RGB value is (220,180,136). Sum of RGB (Red+Green+Blue) = 220+180+136=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB488 is #234B77. Grayscale: #BBBBBB. Windows color (decimal): -2313080 or 8959196. OLE color: 8959196.

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

Color convert

RGB 220 180 136 -
CMYK 0 0.18 0.38 0.14
HSL 31.43º 0.55% 0.7% -
HSV(B) 31.43º 0.38% 0.86% -
XYZ 50.28 49.64 30.22 -
YUV 186.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 220 180 136 0 0.18 0.38 0.14 31.43 0.55 0.7
Hex DC B4 88 0 12 26 E 1F 37 46
Octal 334 264 210 0 22 46 16 37 67 106
Binary 11011100 10110100 10001000 0 10010 100110 1110 11111 110111 1000110

Color Harmonies of #DCB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB488

Black with #DCB488

Text Example


Text Example

White with #DCB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB488; }

 p { color: rgb(220,180,136); }

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

background-color css

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

 a { background-color: rgb(220,180,136); }

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

border-color css

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

 span { border-color: rgb(220,180,136); }

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