Html Css Color HEX #D0AB90 Cashmere

📋 copy color: '#D0AB90'

red 208 ◦ green 171 ◦ blue 144

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

Shades of Cashmere #D0AB90

Tints of Cashmere #D0AB90

RGB

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

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

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

R = 39.77%
G = 32.7%
B = 27.53%

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

#D0AB90 (or 0xD0AB90) is known color: Cashmere. HEX triplet: D0, AB and 90. RGB value is (208,171,144). Sum of RGB (Red+Green+Blue) = 208+171+144=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB90 is #2F546F. Grayscale: #B3B3B3. Windows color (decimal): -3101808 or 9481168. OLE color: 9481168.

HSL color Cylindrical-coordinate representation of color #D0AB90: hue angle of 25.31º degrees, saturation: 0.41, 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 #D0AB90 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 144 -
CMYK 0 0.18 0.31 0.18
HSL 25.31º 0.41% 0.69% -
HSV(B) 25.31º 0.31% 0.82% -
XYZ 45.61 44.55 32.58 -
YUV 178.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 208 171 144 0 0.18 0.31 0.18 25.31 0.41 0.69
Hex D0 AB 90 0 12 1F 12 19 29 45
Octal 320 253 220 0 22 37 22 31 51 105
Binary 11010000 10101011 10010000 0 10010 11111 10010 11001 101001 1000101

Color Harmonies of #D0AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB90

Black with #D0AB90

Text Example


Text Example

White with #D0AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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