Html Css Color HEX #D2AD90 Cashmere

📋 copy color: '#D2AD90'

red 210 ◦ green 173 ◦ blue 144

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

Shades of Cashmere #D2AD90

Tints of Cashmere #D2AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 39.85%
G = 32.83%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D2AD90 (or 0xD2AD90) is known color: Cashmere. HEX triplet: D2, AD and 90. RGB value is (210,173,144). Sum of RGB (Red+Green+Blue) = 210+173+144=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD90 is #2D526F. Grayscale: #B4B4B4. Windows color (decimal): -2970224 or 9481682. OLE color: 9481682.

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

Color convert

RGB 210 173 144 -
CMYK 0 0.18 0.31 0.18
HSL 26.36º 0.42% 0.69% -
HSV(B) 26.36º 0.31% 0.82% -
XYZ 46.56 45.6 32.73 -
YUV 180.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 210 173 144 0 0.18 0.31 0.18 26.36 0.42 0.69
Hex D2 AD 90 0 12 1F 12 1A 2A 45
Octal 322 255 220 0 22 37 22 32 52 105
Binary 11010010 10101101 10010000 0 10010 11111 10010 11010 101010 1000101

Color Harmonies of #D2AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD90

Black with #D2AD90

Text Example


Text Example

White with #D2AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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