Html Css Color HEX #DBAE8E Brandy

📋 copy color: '#DBAE8E'

red 219 ◦ green 174 ◦ blue 142

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

Shades of Brandy #DBAE8E

Tints of Brandy #DBAE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 40.93%
G = 32.52%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBAE8E (or 0xDBAE8E) is known color: Brandy. HEX triplet: DB, AE and 8E. RGB value is (219,174,142). Sum of RGB (Red+Green+Blue) = 219+174+142=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE8E is #245171. Grayscale: #B7B7B7. Windows color (decimal): -2380146 or 9350875. OLE color: 9350875.

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

Color convert

RGB 219 174 142 -
CMYK 0 0.21 0.35 0.14
HSL 24.94º 0.52% 0.71% -
HSV(B) 24.94º 0.35% 0.86% -
XYZ 49.23 47.29 32.12 -
YUV 183.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 219 174 142 0 0.21 0.35 0.14 24.94 0.52 0.71
Hex DB AE 8E 0 15 23 E 19 34 47
Octal 333 256 216 0 25 43 16 31 64 107
Binary 11011011 10101110 10001110 0 10101 100011 1110 11001 110100 1000111

Color Harmonies of #DBAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE8E

Black with #DBAE8E

Text Example


Text Example

White with #DBAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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