Html Css Color HEX #DBAE89 Brandy

📋 copy color: '#DBAE89'

red 219 ◦ green 174 ◦ blue 137

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

Shades of Brandy #DBAE89

Tints of Brandy #DBAE89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.85%

R = 41.32%
G = 32.83%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBAE89 (or 0xDBAE89) is known color: Brandy. HEX triplet: DB, AE and 89. RGB value is (219,174,137). Sum of RGB (Red+Green+Blue) = 219+174+137=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE89 is #245176. Grayscale: #B7B7B7. Windows color (decimal): -2380151 or 9023195. OLE color: 9023195.

HSL color Cylindrical-coordinate representation of color #DBAE89: hue angle of 27.07º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBAE89 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 137 -
CMYK 0 0.21 0.37 0.14
HSL 27.07º 0.53% 0.7% -
HSV(B) 27.07º 0.37% 0.86% -
XYZ 48.86 47.14 30.19 -
YUV 183.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 219 174 137 0 0.21 0.37 0.14 27.07 0.53 0.7
Hex DB AE 89 0 15 25 E 1B 35 46
Octal 333 256 211 0 25 45 16 33 65 106
Binary 11011011 10101110 10001001 0 10101 100101 1110 11011 110101 1000110

Color Harmonies of #DBAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE89

Black with #DBAE89

Text Example


Text Example

White with #DBAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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