Html Css Color HEX #D0AF96 Cashmere

📋 copy color: '#D0AF96'

red 208 ◦ green 175 ◦ blue 150

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

Shades of Cashmere #D0AF96

Tints of Cashmere #D0AF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 39.02%
G = 32.83%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0AF96 (or 0xD0AF96) is known color: Cashmere. HEX triplet: D0, AF and 96. RGB value is (208,175,150). Sum of RGB (Red+Green+Blue) = 208+175+150=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF96 is #2F5069. Grayscale: #B6B6B6. Windows color (decimal): -3100778 or 9875408. OLE color: 9875408.

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

Color convert

RGB 208 175 150 -
CMYK 0 0.16 0.28 0.18
HSL 25.86º 0.38% 0.7% -
HSV(B) 25.86º 0.28% 0.82% -
XYZ 46.85 46.27 35.32 -
YUV 182.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 208 175 150 0 0.16 0.28 0.18 25.86 0.38 0.7
Hex D0 AF 96 0 10 1C 12 1A 26 46
Octal 320 257 226 0 20 34 22 32 46 106
Binary 11010000 10101111 10010110 0 10000 11100 10010 11010 100110 1000110

Color Harmonies of #D0AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF96

Black with #D0AF96

Text Example


Text Example

White with #D0AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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