Html Css Color HEX #DCB188 Brandy

📋 copy color: '#DCB188'

red 220 ◦ green 177 ◦ blue 136

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

Shades of Brandy #DCB188

Tints of Brandy #DCB188

RGB

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

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

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

R = 41.28%
G = 33.21%
B = 25.52%

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

#DCB188 (or 0xDCB188) is known color: Brandy. HEX triplet: DC, B1 and 88. RGB value is (220,177,136). Sum of RGB (Red+Green+Blue) = 220+177+136=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB188 is #234E77. Grayscale: #B9B9B9. Windows color (decimal): -2313848 or 8958428. OLE color: 8958428.

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

Color convert

RGB 220 177 136 -
CMYK 0 0.20 0.38 0.14
HSL 29.29º 0.55% 0.7% -
HSV(B) 29.29º 0.38% 0.86% -
XYZ 49.68 48.44 30.02 -
YUV 185.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 220 177 136 0 0.20 0.38 0.14 29.29 0.55 0.7
Hex DC B1 88 0 14 26 E 1D 37 46
Octal 334 261 210 0 24 46 16 35 67 106
Binary 11011100 10110001 10001000 0 10100 100110 1110 11101 110111 1000110

Color Harmonies of #DCB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB188

Black with #DCB188

Text Example


Text Example

White with #DCB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB188; }

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

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

background-color css

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

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

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

border-color css

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

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

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