Html Css Color HEX #D8AF96 Cashmere

📋 copy color: '#D8AF96'

red 216 ◦ green 175 ◦ blue 150

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

Shades of Cashmere #D8AF96

Tints of Cashmere #D8AF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 39.93%
G = 32.35%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8AF96 (or 0xD8AF96) is known color: Cashmere. HEX triplet: D8, AF and 96. RGB value is (216,175,150). Sum of RGB (Red+Green+Blue) = 216+175+150=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF96 is #275069. Grayscale: #B8B8B8. Windows color (decimal): -2576490 or 9875416. OLE color: 9875416.

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

Color convert

RGB 216 175 150 -
CMYK 0 0.19 0.31 0.15
HSL 22.73º 0.46% 0.72% -
HSV(B) 22.73º 0.31% 0.85% -
XYZ 49.15 47.46 35.42 -
YUV 184.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 216 175 150 0 0.19 0.31 0.15 22.73 0.46 0.72
Hex D8 AF 96 0 13 1F F 17 2E 48
Octal 330 257 226 0 23 37 17 27 56 110
Binary 11011000 10101111 10010110 0 10011 11111 1111 10111 101110 1001000

Color Harmonies of #D8AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF96

Black with #D8AF96

Text Example


Text Example

White with #D8AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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