Html Css Color HEX #D1AF90 Cashmere

📋 copy color: '#D1AF90'

red 209 ◦ green 175 ◦ blue 144

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

Shades of Cashmere #D1AF90

Tints of Cashmere #D1AF90

RGB

 RED value IS 209 (82.03% from 255) = 39.58%

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

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 39.58%
G = 33.14%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D1AF90 (or 0xD1AF90) is known color: Cashmere. HEX triplet: D1, AF and 90. RGB value is (209,175,144). Sum of RGB (Red+Green+Blue) = 209+175+144=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF90 is #2E506F. Grayscale: #B5B5B5. Windows color (decimal): -3035248 or 9482193. OLE color: 9482193.

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

Color convert

RGB 209 175 144 -
CMYK 0 0.16 0.31 0.18
HSL 28.62º 0.41% 0.69% -
HSV(B) 28.62º 0.31% 0.82% -
XYZ 46.66 46.23 32.85 -
YUV 181.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 209 175 144 0 0.16 0.31 0.18 28.62 0.41 0.69
Hex D1 AF 90 0 10 1F 12 1D 29 45
Octal 321 257 220 0 20 37 22 35 51 105
Binary 11010001 10101111 10010000 0 10000 11111 10010 11101 101001 1000101

Color Harmonies of #D1AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF90

Black with #D1AF90

Text Example


Text Example

White with #D1AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF90; }

 p { color: rgb(209,175,144); }

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

background-color css

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

 a { background-color: rgb(209,175,144); }

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

border-color css

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

 span { border-color: rgb(209,175,144); }

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