Html Css Color HEX #D5AF9C Cashmere

📋 copy color: '#D5AF9C'

red 213 ◦ green 175 ◦ blue 156

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

Shades of Cashmere #D5AF9C

Tints of Cashmere #D5AF9C

RGB

 RED value IS 213 (83.59% from 255) = 39.15%

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

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 39.15%
G = 32.17%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5AF9C (or 0xD5AF9C) is known color: Cashmere. HEX triplet: D5, AF and 9C. RGB value is (213,175,156). Sum of RGB (Red+Green+Blue) = 213+175+156=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF9C is #2A5063. Grayscale: #B8B8B8. Windows color (decimal): -2773092 or 10268629. OLE color: 10268629.

HSL color Cylindrical-coordinate representation of color #D5AF9C: hue angle of 20º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AF9C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 156 -
CMYK 0 0.18 0.27 0.16
HSL 20º 0.4% 0.72% -
HSV(B) 20º 0.27% 0.84% -
XYZ 48.77 47.21 37.99 -
YUV 184.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 213 175 156 0 0.18 0.27 0.16 20 0.4 0.72
Hex D5 AF 9C 0 12 1B 10 14 28 48
Octal 325 257 234 0 22 33 20 24 50 110
Binary 11010101 10101111 10011100 0 10010 11011 10000 10100 101000 1001000

Color Harmonies of #D5AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF9C

Black with #D5AF9C

Text Example


Text Example

White with #D5AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF9C; }

 p { color: rgb(213,175,156); }

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

background-color css

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

 a { background-color: rgb(213,175,156); }

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

border-color css

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

 span { border-color: rgb(213,175,156); }

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