Html Css Color HEX #D0AF9D Cashmere

📋 copy color: '#D0AF9D'

red 208 ◦ green 175 ◦ blue 157

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

Shades of Cashmere #D0AF9D

Tints of Cashmere #D0AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 38.52%
G = 32.41%
B = 29.07%

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

#D0AF9D (or 0xD0AF9D) is known color: Cashmere. HEX triplet: D0, AF and 9D. RGB value is (208,175,157). Sum of RGB (Red+Green+Blue) = 208+175+157=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF9D is #2F5062. Grayscale: #B6B6B6. Windows color (decimal): -3100771 or 10334160. OLE color: 10334160.

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

Color convert

RGB 208 175 157 -
CMYK 0 0.16 0.25 0.18
HSL 21.18º 0.35% 0.72% -
HSV(B) 21.18º 0.25% 0.82% -
XYZ 47.43 46.5 38.37 -
YUV 182.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 208 175 157 0 0.16 0.25 0.18 21.18 0.35 0.72
Hex D0 AF 9D 0 10 19 12 15 23 48
Octal 320 257 235 0 20 31 22 25 43 110
Binary 11010000 10101111 10011101 0 10000 11001 10010 10101 100011 1001000

Color Harmonies of #D0AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF9D

Black with #D0AF9D

Text Example


Text Example

White with #D0AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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