Html Css Color HEX #D0AF9E Cashmere

📋 copy color: '#D0AF9E'

red 208 ◦ green 175 ◦ blue 158

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

Shades of Cashmere #D0AF9E

Tints of Cashmere #D0AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.21%

R = 38.45%
G = 32.35%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0AF9E (or 0xD0AF9E) is known color: Cashmere. HEX triplet: D0, AF and 9E. RGB value is (208,175,158). Sum of RGB (Red+Green+Blue) = 208+175+158=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF9E is #2F5061. Grayscale: #B7B7B7. Windows color (decimal): -3100770 or 10399696. OLE color: 10399696.

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

Color convert

RGB 208 175 158 -
CMYK 0 0.16 0.24 0.18
HSL 20.4º 0.35% 0.72% -
HSV(B) 20.4º 0.24% 0.82% -
XYZ 47.51 46.54 38.83 -
YUV 182.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 208 175 158 0 0.16 0.24 0.18 20.4 0.35 0.72
Hex D0 AF 9E 0 10 18 12 14 23 48
Octal 320 257 236 0 20 30 22 24 43 110
Binary 11010000 10101111 10011110 0 10000 11000 10010 10100 100011 1001000

Color Harmonies of #D0AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF9E

Black with #D0AF9E

Text Example


Text Example

White with #D0AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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