Html Css Color HEX #D9AF8B Brandy

📋 copy color: '#D9AF8B'

red 217 ◦ green 175 ◦ blue 139

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

Shades of Brandy #D9AF8B

Tints of Brandy #D9AF8B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 40.87%
G = 32.96%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9AF8B (or 0xD9AF8B) is known color: Brandy. HEX triplet: D9, AF and 8B. RGB value is (217,175,139). Sum of RGB (Red+Green+Blue) = 217+175+139=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF8B is #265074. Grayscale: #B7B7B7. Windows color (decimal): -2510965 or 9154521. OLE color: 9154521.

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

Color convert

RGB 217 175 139 -
CMYK 0 0.19 0.36 0.15
HSL 27.69º 0.51% 0.7% -
HSV(B) 27.69º 0.36% 0.85% -
XYZ 48.61 47.28 30.99 -
YUV 183.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 217 175 139 0 0.19 0.36 0.15 27.69 0.51 0.7
Hex D9 AF 8B 0 13 24 F 1C 33 46
Octal 331 257 213 0 23 44 17 34 63 106
Binary 11011001 10101111 10001011 0 10011 100100 1111 11100 110011 1000110

Color Harmonies of #D9AF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF8B

Black with #D9AF8B

Text Example


Text Example

White with #D9AF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF8B; }

 p { color: rgb(217,175,139); }

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

background-color css

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

 a { background-color: rgb(217,175,139); }

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

border-color css

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

 span { border-color: rgb(217,175,139); }

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