Html Css Color HEX #D9AE8D Brandy

📋 copy color: '#D9AE8D'

red 217 ◦ green 174 ◦ blue 141

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

Shades of Brandy #D9AE8D

Tints of Brandy #D9AE8D

RGB

 RED value IS 217 (85.16% from 255) = 40.79%

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

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 40.79%
G = 32.71%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9AE8D (or 0xD9AE8D) is known color: Brandy. HEX triplet: D9, AE and 8D. RGB value is (217,174,141). Sum of RGB (Red+Green+Blue) = 217+174+141=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE8D is #265172. Grayscale: #B7B7B7. Windows color (decimal): -2511219 or 9285337. OLE color: 9285337.

HSL color Cylindrical-coordinate representation of color #D9AE8D: hue angle of 26.05º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9AE8D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 141 -
CMYK 0 0.20 0.35 0.15
HSL 26.05º 0.5% 0.7% -
HSV(B) 26.05º 0.35% 0.85% -
XYZ 48.56 46.95 31.7 -
YUV 183.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 217 174 141 0 0.20 0.35 0.15 26.05 0.5 0.7
Hex D9 AE 8D 0 14 23 F 1A 32 46
Octal 331 256 215 0 24 43 17 32 62 106
Binary 11011001 10101110 10001101 0 10100 100011 1111 11010 110010 1000110

Color Harmonies of #D9AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE8D

Black with #D9AE8D

Text Example


Text Example

White with #D9AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE8D; }

 p { color: rgb(217,174,141); }

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

background-color css

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

 a { background-color: rgb(217,174,141); }

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

border-color css

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

 span { border-color: rgb(217,174,141); }

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