Html Css Color HEX #D1AE90 Cashmere

📋 copy color: '#D1AE90'

red 209 ◦ green 174 ◦ blue 144

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

Shades of Cashmere #D1AE90

Tints of Cashmere #D1AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

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

R = 39.66%
G = 33.02%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D1AE90 (or 0xD1AE90) is known color: Cashmere. HEX triplet: D1, AE and 90. RGB value is (209,174,144). Sum of RGB (Red+Green+Blue) = 209+174+144=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AE90 is #2E516F. Grayscale: #B5B5B5. Windows color (decimal): -3035504 or 9481937. OLE color: 9481937.

HSL color Cylindrical-coordinate representation of color #D1AE90: hue angle of 27.69º 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 #D1AE90 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 144 -
CMYK 0 0.17 0.31 0.18
HSL 27.69º 0.41% 0.69% -
HSV(B) 27.69º 0.31% 0.82% -
XYZ 46.46 45.84 32.78 -
YUV 181.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 209 174 144 0 0.17 0.31 0.18 27.69 0.41 0.69
Hex D1 AE 90 0 11 1F 12 1C 29 45
Octal 321 256 220 0 21 37 22 34 51 105
Binary 11010001 10101110 10010000 0 10001 11111 10010 11100 101001 1000101

Color Harmonies of #D1AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE90

Black with #D1AE90

Text Example


Text Example

White with #D1AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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