Html Css Color HEX #DBAE88 Brandy

📋 copy color: '#DBAE88'

red 219 ◦ green 174 ◦ blue 136

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

Shades of Brandy #DBAE88

Tints of Brandy #DBAE88

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.89%

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

R = 41.4%
G = 32.89%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBAE88 (or 0xDBAE88) is known color: Brandy. HEX triplet: DB, AE and 88. RGB value is (219,174,136). Sum of RGB (Red+Green+Blue) = 219+174+136=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE88 is #245177. Grayscale: #B7B7B7. Windows color (decimal): -2380152 or 8957659. OLE color: 8957659.

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

Color convert

RGB 219 174 136 -
CMYK 0 0.21 0.38 0.14
HSL 27.47º 0.54% 0.7% -
HSV(B) 27.47º 0.38% 0.86% -
XYZ 48.79 47.11 29.81 -
YUV 183.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 219 174 136 0 0.21 0.38 0.14 27.47 0.54 0.7
Hex DB AE 88 0 15 26 E 1B 36 46
Octal 333 256 210 0 25 46 16 33 66 106
Binary 11011011 10101110 10001000 0 10101 100110 1110 11011 110110 1000110

Color Harmonies of #DBAE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE88

Black with #DBAE88

Text Example


Text Example

White with #DBAE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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