Html Css Color HEX #D7AD93 Cashmere

📋 copy color: '#D7AD93'

red 215 ◦ green 173 ◦ blue 147

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

Shades of Cashmere #D7AD93

Tints of Cashmere #D7AD93

RGB

 RED value IS 215 (84.38% from 255) = 40.19%

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

 BLUE value IS 147 (57.81% from 255) = 27.48%

R = 40.19%
G = 32.34%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7AD93 (or 0xD7AD93) is known color: Cashmere. HEX triplet: D7, AD and 93. RGB value is (215,173,147). Sum of RGB (Red+Green+Blue) = 215+173+147=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD93 is #28526C. Grayscale: #B6B6B6. Windows color (decimal): -2642541 or 9678295. OLE color: 9678295.

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

Color convert

RGB 215 173 147 -
CMYK 0 0.20 0.32 0.16
HSL 22.94º 0.46% 0.71% -
HSV(B) 22.94º 0.32% 0.84% -
XYZ 48.23 46.44 34.03 -
YUV 182.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 215 173 147 0 0.20 0.32 0.16 22.94 0.46 0.71
Hex D7 AD 93 0 14 20 10 17 2E 47
Octal 327 255 223 0 24 40 20 27 56 107
Binary 11010111 10101101 10010011 0 10100 100000 10000 10111 101110 1000111

Color Harmonies of #D7AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD93

Black with #D7AD93

Text Example


Text Example

White with #D7AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD93; }

 p { color: rgb(215,173,147); }

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

background-color css

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

 a { background-color: rgb(215,173,147); }

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

border-color css

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

 span { border-color: rgb(215,173,147); }

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