#D5A098

Color #D5A098 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D5A098

Tints of Rose #D5A098

Color information

#D5A098 (or 0xD5A098) is unknown color: approx Rose. HEX triplet: D5, A0 and 98. RGB value is (213,160,152). Sum of RGB (Red+Green+Blue) = 213+160+152=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A098 is #2A5F67. Grayscale: #AFAFAF. Windows color (decimal): -2776936 or 10002645. OLE color: 10002645.

HSL color Cylindrical-coordinate representation of color #D5A098: hue angle of 7.87º degrees, saturation: 0.42, 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 #D5A098 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213160152-
CMYK00.250.290.16
HSL7.87º42.07%71.57%-
HSV(B)7.87º28.64%83.53%-
XYZ45.6841.5535.32-
YUV174.93115.06155.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=40.57%
G=30.48%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316015200.250.290.167.8742.0771.57
HexD5A0980191D1082a48
Octal32524023003135201052110
Binary110101011010000010011000011001111011000010001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A098; }

 p { color: rgb(213,160,152); }

 H1.HeaderClassName
 {
   color: #D5A098;
 }
 .AnyTagClassName
 {
   color: #D5A098;
 }
</style>
background-color css

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

 a { background-color: rgb(213,160,152); }

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

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

 span { border-color: rgb(213,160,152); }

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