Html Css Color HEX #D8AF92 Cashmere

📋 copy color: '#D8AF92'

red 216 ◦ green 175 ◦ blue 146

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

Shades of Cashmere #D8AF92

Tints of Cashmere #D8AF92

RGB

 RED value IS 216 (84.77% from 255) = 40.22%

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

 BLUE value IS 146 (57.42% from 255) = 27.19%

R = 40.22%
G = 32.59%
B = 27.19%

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

#D8AF92 (or 0xD8AF92) is known color: Cashmere. HEX triplet: D8, AF and 92. RGB value is (216,175,146). Sum of RGB (Red+Green+Blue) = 216+175+146=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF92 is #27506D. Grayscale: #B8B8B8. Windows color (decimal): -2576494 or 9613272. OLE color: 9613272.

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

Color convert

RGB 216 175 146 -
CMYK 0 0.19 0.32 0.15
HSL 24.86º 0.47% 0.71% -
HSV(B) 24.86º 0.32% 0.85% -
XYZ 48.84 47.33 33.76 -
YUV 183.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 216 175 146 0 0.19 0.32 0.15 24.86 0.47 0.71
Hex D8 AF 92 0 13 20 F 19 2F 47
Octal 330 257 222 0 23 40 17 31 57 107
Binary 11011000 10101111 10010010 0 10011 100000 1111 11001 101111 1000111

Color Harmonies of #D8AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF92

Black with #D8AF92

Text Example


Text Example

White with #D8AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF92; }

 p { color: rgb(216,175,146); }

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

background-color css

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

 a { background-color: rgb(216,175,146); }

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

border-color css

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

 span { border-color: rgb(216,175,146); }

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