Html Css Color HEX #DCB288 Brandy

📋 copy color: '#DCB288'

red 220 ◦ green 178 ◦ blue 136

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

Shades of Brandy #DCB288

Tints of Brandy #DCB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.33%

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

R = 41.2%
G = 33.33%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCB288 (or 0xDCB288) is known color: Brandy. HEX triplet: DC, B2 and 88. RGB value is (220,178,136). Sum of RGB (Red+Green+Blue) = 220+178+136=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB288 is #234D77. Grayscale: #B9B9B9. Windows color (decimal): -2313592 or 8958684. OLE color: 8958684.

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

Color convert

RGB 220 178 136 -
CMYK 0 0.19 0.38 0.14
HSL 30º 0.55% 0.7% -
HSV(B) 30º 0.38% 0.86% -
XYZ 49.88 48.83 30.09 -
YUV 185.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 220 178 136 0 0.19 0.38 0.14 30 0.55 0.7
Hex DC B2 88 0 13 26 E 1E 37 46
Octal 334 262 210 0 23 46 16 36 67 106
Binary 11011100 10110010 10001000 0 10011 100110 1110 11110 110111 1000110

Color Harmonies of #DCB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB288

Black with #DCB288

Text Example


Text Example

White with #DCB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB288; }

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

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

background-color css

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

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

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

border-color css

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

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

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