Html Css Color HEX #D2AD94 Cashmere

📋 copy color: '#D2AD94'

red 210 ◦ green 173 ◦ blue 148

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

Shades of Cashmere #D2AD94

Tints of Cashmere #D2AD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 39.55%
G = 32.58%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D2AD94 (or 0xD2AD94) is known color: Cashmere. HEX triplet: D2, AD and 94. RGB value is (210,173,148). Sum of RGB (Red+Green+Blue) = 210+173+148=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD94 is #2D526B. Grayscale: #B5B5B5. Windows color (decimal): -2970220 or 9743826. OLE color: 9743826.

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

Color convert

RGB 210 173 148 -
CMYK 0 0.18 0.30 0.18
HSL 24.19º 0.41% 0.7% -
HSV(B) 24.19º 0.3% 0.82% -
XYZ 46.87 45.73 34.37 -
YUV 181.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 210 173 148 0 0.18 0.30 0.18 24.19 0.41 0.7
Hex D2 AD 94 0 12 1E 12 18 29 46
Octal 322 255 224 0 22 36 22 30 51 106
Binary 11010010 10101101 10010100 0 10010 11110 10010 11000 101001 1000110

Color Harmonies of #D2AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD94

Black with #D2AD94

Text Example


Text Example

White with #D2AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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