Html Css Color HEX #D9AE8F Brandy

📋 copy color: '#D9AE8F'

red 217 ◦ green 174 ◦ blue 143

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

Shades of Brandy #D9AE8F

Tints of Brandy #D9AE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.78%

R = 40.64%
G = 32.58%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9AE8F (or 0xD9AE8F) is known color: Brandy. HEX triplet: D9, AE and 8F. RGB value is (217,174,143). Sum of RGB (Red+Green+Blue) = 217+174+143=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE8F is #265170. Grayscale: #B7B7B7. Windows color (decimal): -2511217 or 9416409. OLE color: 9416409.

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

Color convert

RGB 217 174 143 -
CMYK 0 0.20 0.34 0.15
HSL 25.14º 0.49% 0.71% -
HSV(B) 25.14º 0.34% 0.85% -
XYZ 48.71 47.01 32.49 -
YUV 183.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 217 174 143 0 0.20 0.34 0.15 25.14 0.49 0.71
Hex D9 AE 8F 0 14 22 F 19 31 47
Octal 331 256 217 0 24 42 17 31 61 107
Binary 11011001 10101110 10001111 0 10100 100010 1111 11001 110001 1000111

Color Harmonies of #D9AE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE8F

Black with #D9AE8F

Text Example


Text Example

White with #D9AE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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