Html Css Color HEX #D8AF9A Cashmere

📋 copy color: '#D8AF9A'

red 216 ◦ green 175 ◦ blue 154

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

Shades of Cashmere #D8AF9A

Tints of Cashmere #D8AF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 39.63%
G = 32.11%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8AF9A (or 0xD8AF9A) is known color: Cashmere. HEX triplet: D8, AF and 9A. RGB value is (216,175,154). Sum of RGB (Red+Green+Blue) = 216+175+154=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF9A is #275065. Grayscale: #B8B8B8. Windows color (decimal): -2576486 or 10137560. OLE color: 10137560.

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

Color convert

RGB 216 175 154 -
CMYK 0 0.19 0.29 0.15
HSL 20.32º 0.44% 0.73% -
HSV(B) 20.32º 0.29% 0.85% -
XYZ 49.48 47.59 37.15 -
YUV 184.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 216 175 154 0 0.19 0.29 0.15 20.32 0.44 0.73
Hex D8 AF 9A 0 13 1D F 14 2C 49
Octal 330 257 232 0 23 35 17 24 54 111
Binary 11011000 10101111 10011010 0 10011 11101 1111 10100 101100 1001001

Color Harmonies of #D8AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF9A

Black with #D8AF9A

Text Example


Text Example

White with #D8AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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