Html Css Color HEX #D8AD92 Cashmere

📋 copy color: '#D8AD92'

red 216 ◦ green 173 ◦ blue 146

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

Shades of Cashmere #D8AD92

Tints of Cashmere #D8AD92

RGB

 RED value IS 216 (84.77% from 255) = 40.37%

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

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

R = 40.37%
G = 32.34%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8AD92 (or 0xD8AD92) is known color: Cashmere. HEX triplet: D8, AD and 92. RGB value is (216,173,146). Sum of RGB (Red+Green+Blue) = 216+173+146=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD92 is #27526D. Grayscale: #B6B6B6. Windows color (decimal): -2577006 or 9612760. OLE color: 9612760.

HSL color Cylindrical-coordinate representation of color #D8AD92: hue angle of 23.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8AD92 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 146 -
CMYK 0 0.20 0.32 0.15
HSL 23.14º 0.47% 0.71% -
HSV(B) 23.14º 0.32% 0.85% -
XYZ 48.45 46.56 33.63 -
YUV 182.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 216 173 146 0 0.20 0.32 0.15 23.14 0.47 0.71
Hex D8 AD 92 0 14 20 F 17 2F 47
Octal 330 255 222 0 24 40 17 27 57 107
Binary 11011000 10101101 10010010 0 10100 100000 1111 10111 101111 1000111

Color Harmonies of #D8AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD92

Black with #D8AD92

Text Example


Text Example

White with #D8AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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