Html Css Color HEX #D2AD9B Cashmere

📋 copy color: '#D2AD9B'

red 210 ◦ green 173 ◦ blue 155

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

Shades of Cashmere #D2AD9B

Tints of Cashmere #D2AD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 39.03%
G = 32.16%
B = 28.81%

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

#D2AD9B (or 0xD2AD9B) is known color: Cashmere. HEX triplet: D2, AD and 9B. RGB value is (210,173,155). Sum of RGB (Red+Green+Blue) = 210+173+155=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD9B is #2D5264. Grayscale: #B6B6B6. Windows color (decimal): -2970213 or 10202578. OLE color: 10202578.

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

Color convert

RGB 210 173 155 -
CMYK 0 0.18 0.26 0.18
HSL 19.64º 0.38% 0.72% -
HSV(B) 19.64º 0.26% 0.82% -
XYZ 47.44 45.96 37.38 -
YUV 182.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 210 173 155 0 0.18 0.26 0.18 19.64 0.38 0.72
Hex D2 AD 9B 0 12 1A 12 14 26 48
Octal 322 255 233 0 22 32 22 24 46 110
Binary 11010010 10101101 10011011 0 10010 11010 10010 10100 100110 1001000

Color Harmonies of #D2AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD9B

Black with #D2AD9B

Text Example


Text Example

White with #D2AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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