Html Css Color HEX #D0AD98 Cashmere

📋 copy color: '#D0AD98'

red 208 ◦ green 173 ◦ blue 152

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

Shades of Cashmere #D0AD98

Tints of Cashmere #D0AD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.52%

R = 39.02%
G = 32.46%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0AD98 (or 0xD0AD98) is known color: Cashmere. HEX triplet: D0, AD and 98. RGB value is (208,173,152). Sum of RGB (Red+Green+Blue) = 208+173+152=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD98 is #2F5267. Grayscale: #B5B5B5. Windows color (decimal): -3101288 or 10005968. OLE color: 10005968.

HSL color Cylindrical-coordinate representation of color #D0AD98: hue angle of 22.5º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AD98 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 152 -
CMYK 0 0.17 0.27 0.18
HSL 22.5º 0.37% 0.71% -
HSV(B) 22.5º 0.27% 0.82% -
XYZ 46.62 45.56 36.04 -
YUV 181.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 208 173 152 0 0.17 0.27 0.18 22.5 0.37 0.71
Hex D0 AD 98 0 11 1B 12 16 25 47
Octal 320 255 230 0 21 33 22 26 45 107
Binary 11010000 10101101 10011000 0 10001 11011 10010 10110 100101 1000111

Color Harmonies of #D0AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD98

Black with #D0AD98

Text Example


Text Example

White with #D0AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD98; }

 p { color: rgb(208,173,152); }

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

background-color css

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

 a { background-color: rgb(208,173,152); }

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

border-color css

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

 span { border-color: rgb(208,173,152); }

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