Html Css Color HEX #D9AE8C Brandy

📋 copy color: '#D9AE8C'

red 217 ◦ green 174 ◦ blue 140

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

Shades of Brandy #D9AE8C

Tints of Brandy #D9AE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.37%

R = 40.87%
G = 32.77%
B = 26.37%

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

#D9AE8C (or 0xD9AE8C) is known color: Brandy. HEX triplet: D9, AE and 8C. RGB value is (217,174,140). Sum of RGB (Red+Green+Blue) = 217+174+140=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE8C is #265173. Grayscale: #B7B7B7. Windows color (decimal): -2511220 or 9219801. OLE color: 9219801.

HSL color Cylindrical-coordinate representation of color #D9AE8C: hue angle of 26.49º 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 #D9AE8C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 140 -
CMYK 0 0.20 0.35 0.15
HSL 26.49º 0.5% 0.7% -
HSV(B) 26.49º 0.35% 0.85% -
XYZ 48.48 46.92 31.31 -
YUV 182.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 217 174 140 0 0.20 0.35 0.15 26.49 0.5 0.7
Hex D9 AE 8C 0 14 23 F 1A 32 46
Octal 331 256 214 0 24 43 17 32 62 106
Binary 11011001 10101110 10001100 0 10100 100011 1111 11010 110010 1000110

Color Harmonies of #D9AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE8C

Black with #D9AE8C

Text Example


Text Example

White with #D9AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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