Html Css Color HEX #D0AD99 Cashmere

📋 copy color: '#D0AD99'

red 208 ◦ green 173 ◦ blue 153

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

Shades of Cashmere #D0AD99

Tints of Cashmere #D0AD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.65%

R = 38.95%
G = 32.4%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0AD99 (or 0xD0AD99) is known color: Cashmere. HEX triplet: D0, AD and 99. RGB value is (208,173,153). Sum of RGB (Red+Green+Blue) = 208+173+153=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD99 is #2F5266. Grayscale: #B5B5B5. Windows color (decimal): -3101287 or 10071504. OLE color: 10071504.

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

Color convert

RGB 208 173 153 -
CMYK 0 0.17 0.26 0.18
HSL 21.82º 0.37% 0.71% -
HSV(B) 21.82º 0.26% 0.82% -
XYZ 46.71 45.6 36.48 -
YUV 181.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 208 173 153 0 0.17 0.26 0.18 21.82 0.37 0.71
Hex D0 AD 99 0 11 1A 12 16 25 47
Octal 320 255 231 0 21 32 22 26 45 107
Binary 11010000 10101101 10011001 0 10001 11010 10010 10110 100101 1000111

Color Harmonies of #D0AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD99

Black with #D0AD99

Text Example


Text Example

White with #D0AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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