Html Css Color HEX #DBAE8A Brandy

📋 copy color: '#DBAE8A'

red 219 ◦ green 174 ◦ blue 138

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

Shades of Brandy #DBAE8A

Tints of Brandy #DBAE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.99%

R = 41.24%
G = 32.77%
B = 25.99%

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

#DBAE8A (or 0xDBAE8A) is known color: Brandy. HEX triplet: DB, AE and 8A. RGB value is (219,174,138). Sum of RGB (Red+Green+Blue) = 219+174+138=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE8A is #245175. Grayscale: #B7B7B7. Windows color (decimal): -2380150 or 9088731. OLE color: 9088731.

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

Color convert

RGB 219 174 138 -
CMYK 0 0.21 0.37 0.14
HSL 26.67º 0.53% 0.7% -
HSV(B) 26.67º 0.37% 0.86% -
XYZ 48.94 47.17 30.57 -
YUV 183.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 219 174 138 0 0.21 0.37 0.14 26.67 0.53 0.7
Hex DB AE 8A 0 15 25 E 1B 35 46
Octal 333 256 212 0 25 45 16 33 65 106
Binary 11011011 10101110 10001010 0 10101 100101 1110 11011 110101 1000110

Color Harmonies of #DBAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE8A

Black with #DBAE8A

Text Example


Text Example

White with #DBAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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