Html Css Color HEX #D0AB93 Cashmere

📋 copy color: '#D0AB93'

red 208 ◦ green 171 ◦ blue 147

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

Shades of Cashmere #D0AB93

Tints of Cashmere #D0AB93

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

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

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

R = 39.54%
G = 32.51%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D0AB93 (or 0xD0AB93) is known color: Cashmere. HEX triplet: D0, AB and 93. RGB value is (208,171,147). Sum of RGB (Red+Green+Blue) = 208+171+147=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB93 is #2F546C. Grayscale: #B3B3B3. Windows color (decimal): -3101805 or 9677776. OLE color: 9677776.

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

Color convert

RGB 208 171 147 -
CMYK 0 0.18 0.29 0.18
HSL 23.61º 0.39% 0.7% -
HSV(B) 23.61º 0.29% 0.82% -
XYZ 45.84 44.64 33.8 -
YUV 179.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 208 171 147 0 0.18 0.29 0.18 23.61 0.39 0.7
Hex D0 AB 93 0 12 1D 12 18 27 46
Octal 320 253 223 0 22 35 22 30 47 106
Binary 11010000 10101011 10010011 0 10010 11101 10010 11000 100111 1000110

Color Harmonies of #D0AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB93

Black with #D0AB93

Text Example


Text Example

White with #D0AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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