Html Css Color HEX #DBB188 Brandy

📋 copy color: '#DBB188'

red 219 ◦ green 177 ◦ blue 136

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

Shades of Brandy #DBB188

Tints of Brandy #DBB188

RGB

 RED value IS 219 (85.94% from 255) = 41.17%

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

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

R = 41.17%
G = 33.27%
B = 25.56%

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

#DBB188 (or 0xDBB188) is known color: Brandy. HEX triplet: DB, B1 and 88. RGB value is (219,177,136). Sum of RGB (Red+Green+Blue) = 219+177+136=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB188 is #244E77. Grayscale: #B9B9B9. Windows color (decimal): -2379384 or 8958427. OLE color: 8958427.

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

Color convert

RGB 219 177 136 -
CMYK 0 0.19 0.38 0.14
HSL 29.64º 0.54% 0.7% -
HSV(B) 29.64º 0.38% 0.86% -
XYZ 49.38 48.28 30.01 -
YUV 184.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 219 177 136 0 0.19 0.38 0.14 29.64 0.54 0.7
Hex DB B1 88 0 13 26 E 1E 36 46
Octal 333 261 210 0 23 46 16 36 66 106
Binary 11011011 10110001 10001000 0 10011 100110 1110 11110 110110 1000110

Color Harmonies of #DBB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB188

Black with #DBB188

Text Example


Text Example

White with #DBB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB188; }

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

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

background-color css

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

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

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

border-color css

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

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

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