Html Css Color HEX #D7AA92 Rose

📋 copy color: '#D7AA92'

red 215 ◦ green 170 ◦ blue 146

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

Shades of Rose #D7AA92

Tints of Rose #D7AA92

RGB

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

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

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

R = 40.49%
G = 32.02%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7AA92 (or 0xD7AA92) is known color: Rose. HEX triplet: D7, AA and 92. RGB value is (215,170,146). Sum of RGB (Red+Green+Blue) = 215+170+146=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA92 is #28556D. Grayscale: #B4B4B4. Windows color (decimal): -2643310 or 9611991. OLE color: 9611991.

HSL color Cylindrical-coordinate representation of color #D7AA92: hue angle of 20.87º 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 #D7AA92 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 146 -
CMYK 0 0.21 0.32 0.16
HSL 20.87º 0.46% 0.71% -
HSV(B) 20.87º 0.32% 0.84% -
XYZ 47.59 45.27 33.42 -
YUV 180.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 215 170 146 0 0.21 0.32 0.16 20.87 0.46 0.71
Hex D7 AA 92 0 15 20 10 15 2E 47
Octal 327 252 222 0 25 40 20 25 56 107
Binary 11010111 10101010 10010010 0 10101 100000 10000 10101 101110 1000111

Color Harmonies of #D7AA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA92

Black with #D7AA92

Text Example


Text Example

White with #D7AA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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