Html Css Color HEX #D2AB93 Cashmere

📋 copy color: '#D2AB93'

red 210 ◦ green 171 ◦ blue 147

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

Shades of Cashmere #D2AB93

Tints of Cashmere #D2AB93

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.39%

 BLUE value IS 147 (57.81% from 255) = 27.84%

R = 39.77%
G = 32.39%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D2AB93 (or 0xD2AB93) is known color: Cashmere. HEX triplet: D2, AB and 93. RGB value is (210,171,147). Sum of RGB (Red+Green+Blue) = 210+171+147=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB93 is #2D546C. Grayscale: #B4B4B4. Windows color (decimal): -2970733 or 9677778. OLE color: 9677778.

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

Color convert

RGB 210 171 147 -
CMYK 0 0.19 0.30 0.18
HSL 22.86º 0.41% 0.7% -
HSV(B) 22.86º 0.3% 0.82% -
XYZ 46.41 44.93 33.83 -
YUV 179.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 210 171 147 0 0.19 0.30 0.18 22.86 0.41 0.7
Hex D2 AB 93 0 13 1E 12 17 29 46
Octal 322 253 223 0 23 36 22 27 51 106
Binary 11010010 10101011 10010011 0 10011 11110 10010 10111 101001 1000110

Color Harmonies of #D2AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB93

Black with #D2AB93

Text Example


Text Example

White with #D2AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB93; }

 p { color: rgb(210,171,147); }

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

background-color css

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

 a { background-color: rgb(210,171,147); }

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

border-color css

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

 span { border-color: rgb(210,171,147); }

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