Html Css Color HEX #D2AF9C Cashmere

📋 copy color: '#D2AF9C'

red 210 ◦ green 175 ◦ blue 156

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

Shades of Cashmere #D2AF9C

Tints of Cashmere #D2AF9C

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

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

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

R = 38.82%
G = 32.35%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2AF9C (or 0xD2AF9C) is known color: Cashmere. HEX triplet: D2, AF and 9C. RGB value is (210,175,156). Sum of RGB (Red+Green+Blue) = 210+175+156=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF9C is #2D5063. Grayscale: #B7B7B7. Windows color (decimal): -2969700 or 10268626. OLE color: 10268626.

HSL color Cylindrical-coordinate representation of color #D2AF9C: hue angle of 21.11º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2AF9C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 156 -
CMYK 0 0.17 0.26 0.18
HSL 21.11º 0.38% 0.72% -
HSV(B) 21.11º 0.26% 0.82% -
XYZ 47.91 46.76 37.95 -
YUV 183.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 210 175 156 0 0.17 0.26 0.18 21.11 0.38 0.72
Hex D2 AF 9C 0 11 1A 12 15 26 48
Octal 322 257 234 0 21 32 22 25 46 110
Binary 11010010 10101111 10011100 0 10001 11010 10010 10101 100110 1001000

Color Harmonies of #D2AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF9C

Black with #D2AF9C

Text Example


Text Example

White with #D2AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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