Html Css Color HEX #D2AC99 Cashmere

📋 copy color: '#D2AC99'

red 210 ◦ green 172 ◦ blue 153

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

Shades of Cashmere #D2AC99

Tints of Cashmere #D2AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.15%

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

R = 39.25%
G = 32.15%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2AC99 (or 0xD2AC99) is known color: Cashmere. HEX triplet: D2, AC and 99. RGB value is (210,172,153). Sum of RGB (Red+Green+Blue) = 210+172+153=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC99 is #2D5366. Grayscale: #B5B5B5. Windows color (decimal): -2970471 or 10071250. OLE color: 10071250.

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

Color convert

RGB 210 172 153 -
CMYK 0 0.18 0.27 0.18
HSL 20º 0.39% 0.71% -
HSV(B) 20º 0.27% 0.82% -
XYZ 47.08 45.51 36.44 -
YUV 181.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 210 172 153 0 0.18 0.27 0.18 20 0.39 0.71
Hex D2 AC 99 0 12 1B 12 14 27 47
Octal 322 254 231 0 22 33 22 24 47 107
Binary 11010010 10101100 10011001 0 10010 11011 10010 10100 100111 1000111

Color Harmonies of #D2AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AC99

Black with #D2AC99

Text Example


Text Example

White with #D2AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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