Html Css Color HEX #D0AD92 Cashmere

📋 copy color: '#D0AD92'

red 208 ◦ green 173 ◦ blue 146

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

Shades of Cashmere #D0AD92

Tints of Cashmere #D0AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 39.47%
G = 32.83%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D0AD92 (or 0xD0AD92) is known color: Cashmere. HEX triplet: D0, AD and 92. RGB value is (208,173,146). Sum of RGB (Red+Green+Blue) = 208+173+146=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD92 is #2F526D. Grayscale: #B4B4B4. Windows color (decimal): -3101294 or 9612752. OLE color: 9612752.

HSL color Cylindrical-coordinate representation of color #D0AD92: hue angle of 26.13º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AD92 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 146 -
CMYK 0 0.17 0.30 0.18
HSL 26.13º 0.4% 0.69% -
HSV(B) 26.13º 0.3% 0.82% -
XYZ 46.14 45.37 33.52 -
YUV 180.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 208 173 146 0 0.17 0.30 0.18 26.13 0.4 0.69
Hex D0 AD 92 0 11 1E 12 1A 28 45
Octal 320 255 222 0 21 36 22 32 50 105
Binary 11010000 10101101 10010010 0 10001 11110 10010 11010 101000 1000101

Color Harmonies of #D0AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD92

Black with #D0AD92

Text Example


Text Example

White with #D0AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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