Html Css Color HEX #D0AD9B Cashmere

📋 copy color: '#D0AD9B'

red 208 ◦ green 173 ◦ blue 155

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

Shades of Cashmere #D0AD9B

Tints of Cashmere #D0AD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 38.81%
G = 32.28%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0AD9B (or 0xD0AD9B) is known color: Cashmere. HEX triplet: D0, AD and 9B. RGB value is (208,173,155). Sum of RGB (Red+Green+Blue) = 208+173+155=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD9B is #2F5264. Grayscale: #B5B5B5. Windows color (decimal): -3101285 or 10202576. OLE color: 10202576.

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

Color convert

RGB 208 173 155 -
CMYK 0 0.17 0.25 0.18
HSL 20.38º 0.36% 0.71% -
HSV(B) 20.38º 0.25% 0.82% -
XYZ 46.87 45.66 37.35 -
YUV 181.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 208 173 155 0 0.17 0.25 0.18 20.38 0.36 0.71
Hex D0 AD 9B 0 11 19 12 14 24 47
Octal 320 255 233 0 21 31 22 24 44 107
Binary 11010000 10101101 10011011 0 10001 11001 10010 10100 100100 1000111

Color Harmonies of #D0AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD9B

Black with #D0AD9B

Text Example


Text Example

White with #D0AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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