Html Css Color HEX #D7AA96 Rose

📋 copy color: '#D7AA96'

red 215 ◦ green 170 ◦ blue 150

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

Shades of Rose #D7AA96

Tints of Rose #D7AA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.78%

 BLUE value IS 150 (58.98% from 255) = 28.04%

R = 40.19%
G = 31.78%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7AA96 (or 0xD7AA96) is known color: Rose. HEX triplet: D7, AA and 96. RGB value is (215,170,150). Sum of RGB (Red+Green+Blue) = 215+170+150=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA96 is #285569. Grayscale: #B5B5B5. Windows color (decimal): -2643306 or 9874135. OLE color: 9874135.

HSL color Cylindrical-coordinate representation of color #D7AA96: hue angle of 18.46º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7AA96 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 150 -
CMYK 0 0.21 0.30 0.16
HSL 18.46º 0.45% 0.72% -
HSV(B) 18.46º 0.3% 0.84% -
XYZ 47.9 45.4 35.09 -
YUV 181.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 215 170 150 0 0.21 0.30 0.16 18.46 0.45 0.72
Hex D7 AA 96 0 15 1E 10 12 2D 48
Octal 327 252 226 0 25 36 20 22 55 110
Binary 11010111 10101010 10010110 0 10101 11110 10000 10010 101101 1001000

Color Harmonies of #D7AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA96

Black with #D7AA96

Text Example


Text Example

White with #D7AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA96; }

 p { color: rgb(215,170,150); }

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

background-color css

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

 a { background-color: rgb(215,170,150); }

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

border-color css

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

 span { border-color: rgb(215,170,150); }

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