Html Css Color HEX #D7A099 Rose

📋 copy color: '#D7A099'

red 215 ◦ green 160 ◦ blue 153

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

Shades of Rose #D7A099

Tints of Rose #D7A099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

 BLUE value IS 153 (60.16% from 255) = 28.98%

R = 40.72%
G = 30.3%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D7A099 (or 0xD7A099) is known color: Rose. HEX triplet: D7, A0 and 99. RGB value is (215,160,153). Sum of RGB (Red+Green+Blue) = 215+160+153=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A099 is #285F66. Grayscale: #AFAFAF. Windows color (decimal): -2645863 or 10068183. OLE color: 10068183.

HSL color Cylindrical-coordinate representation of color #D7A099: hue angle of 6.77º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7A099 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 153 -
CMYK 0 0.26 0.29 0.16
HSL 6.77º 0.44% 0.72% -
HSV(B) 6.77º 0.29% 0.84% -
XYZ 46.34 41.89 35.78 -
YUV 175.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 215 160 153 0 0.26 0.29 0.16 6.77 0.44 0.72
Hex D7 A0 99 0 1A 1D 10 7 2C 48
Octal 327 240 231 0 32 35 20 7 54 110
Binary 11010111 10100000 10011001 0 11010 11101 10000 111 101100 1001000

Color Harmonies of #D7A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A099

Black with #D7A099

Text Example


Text Example

White with #D7A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A099; }

 p { color: rgb(215,160,153); }

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

background-color css

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

 a { background-color: rgb(215,160,153); }

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

border-color css

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

 span { border-color: rgb(215,160,153); }

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