Html Css Color HEX #D2AE91 Cashmere

📋 copy color: '#D2AE91'

red 210 ◦ green 174 ◦ blue 145

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

Shades of Cashmere #D2AE91

Tints of Cashmere #D2AE91

RGB

 RED value IS 210 (82.42% from 255) = 39.7%

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

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 39.7%
G = 32.89%
B = 27.41%

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

#D2AE91 (or 0xD2AE91) is known color: Cashmere. HEX triplet: D2, AE and 91. RGB value is (210,174,145). Sum of RGB (Red+Green+Blue) = 210+174+145=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AE91 is #2D516E. Grayscale: #B5B5B5. Windows color (decimal): -2969967 or 9547474. OLE color: 9547474.

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

Color convert

RGB 210 174 145 -
CMYK 0 0.17 0.31 0.18
HSL 26.77º 0.42% 0.7% -
HSV(B) 26.77º 0.31% 0.82% -
XYZ 46.83 46.02 33.2 -
YUV 181.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 210 174 145 0 0.17 0.31 0.18 26.77 0.42 0.7
Hex D2 AE 91 0 11 1F 12 1B 2A 46
Octal 322 256 221 0 21 37 22 33 52 106
Binary 11010010 10101110 10010001 0 10001 11111 10010 11011 101010 1000110

Color Harmonies of #D2AE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE91

Black with #D2AE91

Text Example


Text Example

White with #D2AE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE91; }

 p { color: rgb(210,174,145); }

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

background-color css

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

 a { background-color: rgb(210,174,145); }

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

border-color css

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

 span { border-color: rgb(210,174,145); }

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