Html Css Color HEX #D9AF93 Cashmere

📋 copy color: '#D9AF93'

red 217 ◦ green 175 ◦ blue 147

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

Shades of Cashmere #D9AF93

Tints of Cashmere #D9AF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.27%

R = 40.26%
G = 32.47%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9AF93 (or 0xD9AF93) is known color: Cashmere. HEX triplet: D9, AF and 93. RGB value is (217,175,147). Sum of RGB (Red+Green+Blue) = 217+175+147=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF93 is #26506C. Grayscale: #B8B8B8. Windows color (decimal): -2510957 or 9678809. OLE color: 9678809.

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

Color convert

RGB 217 175 147 -
CMYK 0 0.19 0.32 0.15
HSL 24º 0.48% 0.71% -
HSV(B) 24º 0.32% 0.85% -
XYZ 49.21 47.52 34.18 -
YUV 184.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 217 175 147 0 0.19 0.32 0.15 24 0.48 0.71
Hex D9 AF 93 0 13 20 F 18 30 47
Octal 331 257 223 0 23 40 17 30 60 107
Binary 11011001 10101111 10010011 0 10011 100000 1111 11000 110000 1000111

Color Harmonies of #D9AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF93

Black with #D9AF93

Text Example


Text Example

White with #D9AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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