Html Css Color HEX #D2AE99 Cashmere

📋 copy color: '#D2AE99'

red 210 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #D2AE99

Tints of Cashmere #D2AE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.49%

R = 39.11%
G = 32.4%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2AE99 (or 0xD2AE99) is known color: Cashmere. HEX triplet: D2, AE and 99. RGB value is (210,174,153). Sum of RGB (Red+Green+Blue) = 210+174+153=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AE99 is #2D5166. Grayscale: #B6B6B6. Windows color (decimal): -2969959 or 10071762. OLE color: 10071762.

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

Color convert

RGB 210 174 153 -
CMYK 0 0.17 0.27 0.18
HSL 22.11º 0.39% 0.71% -
HSV(B) 22.11º 0.27% 0.82% -
XYZ 47.46 46.27 36.57 -
YUV 182.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 210 174 153 0 0.17 0.27 0.18 22.11 0.39 0.71
Hex D2 AE 99 0 11 1B 12 16 27 47
Octal 322 256 231 0 21 33 22 26 47 107
Binary 11010010 10101110 10011001 0 10001 11011 10010 10110 100111 1000111

Color Harmonies of #D2AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE99

Black with #D2AE99

Text Example


Text Example

White with #D2AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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