Html Css Color HEX #D2AD9C Cashmere

📋 copy color: '#D2AD9C'

red 210 ◦ green 173 ◦ blue 156

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

Shades of Cashmere #D2AD9C

Tints of Cashmere #D2AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.1%

 BLUE value IS 156 (61.33% from 255) = 28.94%

R = 38.96%
G = 32.1%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2AD9C (or 0xD2AD9C) is known color: Cashmere. HEX triplet: D2, AD and 9C. RGB value is (210,173,156). Sum of RGB (Red+Green+Blue) = 210+173+156=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD9C is #2D5263. Grayscale: #B6B6B6. Windows color (decimal): -2970212 or 10268114. OLE color: 10268114.

HSL color Cylindrical-coordinate representation of color #D2AD9C: hue angle of 18.89º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2AD9C is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 173 156 -
CMYK 0 0.18 0.26 0.18
HSL 18.89º 0.38% 0.72% -
HSV(B) 18.89º 0.26% 0.82% -
XYZ 47.52 45.99 37.82 -
YUV 182.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 210 173 156 0 0.18 0.26 0.18 18.89 0.38 0.72
Hex D2 AD 9C 0 12 1A 12 13 26 48
Octal 322 255 234 0 22 32 22 23 46 110
Binary 11010010 10101101 10011100 0 10010 11010 10010 10011 100110 1001000

Color Harmonies of #D2AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD9C

Black with #D2AD9C

Text Example


Text Example

White with #D2AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD9C; }

 p { color: rgb(210,173,156); }

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

background-color css

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

 a { background-color: rgb(210,173,156); }

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

border-color css

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

 span { border-color: rgb(210,173,156); }

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