Html Css Color HEX #D9AF90 Cashmere

📋 copy color: '#D9AF90'

red 217 ◦ green 175 ◦ blue 144

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

Shades of Cashmere #D9AF90

Tints of Cashmere #D9AF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 40.49%
G = 32.65%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9AF90 (or 0xD9AF90) is known color: Cashmere. HEX triplet: D9, AF and 90. RGB value is (217,175,144). Sum of RGB (Red+Green+Blue) = 217+175+144=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF90 is #26506F. Grayscale: #B8B8B8. Windows color (decimal): -2510960 or 9482201. OLE color: 9482201.

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

Color convert

RGB 217 175 144 -
CMYK 0 0.19 0.34 0.15
HSL 25.48º 0.49% 0.71% -
HSV(B) 25.48º 0.34% 0.85% -
XYZ 48.98 47.43 32.96 -
YUV 184.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 217 175 144 0 0.19 0.34 0.15 25.48 0.49 0.71
Hex D9 AF 90 0 13 22 F 19 31 47
Octal 331 257 220 0 23 42 17 31 61 107
Binary 11011001 10101111 10010000 0 10011 100010 1111 11001 110001 1000111

Color Harmonies of #D9AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF90

Black with #D9AF90

Text Example


Text Example

White with #D9AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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