Html Css Color HEX #D0AF9C Cashmere

📋 copy color: '#D0AF9C'

red 208 ◦ green 175 ◦ blue 156

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

Shades of Cashmere #D0AF9C

Tints of Cashmere #D0AF9C

RGB

 RED value IS 208 (81.64% from 255) = 38.59%

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

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

R = 38.59%
G = 32.47%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0AF9C (or 0xD0AF9C) is known color: Cashmere. HEX triplet: D0, AF and 9C. RGB value is (208,175,156). Sum of RGB (Red+Green+Blue) = 208+175+156=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF9C is #2F5063. Grayscale: #B6B6B6. Windows color (decimal): -3100772 or 10268624. OLE color: 10268624.

HSL color Cylindrical-coordinate representation of color #D0AF9C: hue angle of 21.92º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0AF9C is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 156 -
CMYK 0 0.16 0.25 0.18
HSL 21.92º 0.36% 0.71% -
HSV(B) 21.92º 0.25% 0.82% -
XYZ 47.34 46.47 37.93 -
YUV 182.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 208 175 156 0 0.16 0.25 0.18 21.92 0.36 0.71
Hex D0 AF 9C 0 10 19 12 16 24 47
Octal 320 257 234 0 20 31 22 26 44 107
Binary 11010000 10101111 10011100 0 10000 11001 10010 10110 100100 1000111

Color Harmonies of #D0AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF9C

Black with #D0AF9C

Text Example


Text Example

White with #D0AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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