#D5A798

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

Shades of Rose #D5A798

Tints of Rose #D5A798

Color information

#D5A798 (or 0xD5A798) is unknown color: approx Rose. HEX triplet: D5, A7 and 98. RGB value is (213,167,152). Sum of RGB (Red+Green+Blue) = 213+167+152=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A798 is #2A5867. Grayscale: #B3B3B3. Windows color (decimal): -2775144 or 10004437. OLE color: 10004437.

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

Color convert

RGB213167152-
CMYK00.220.290.16
HSL14.75º42.07%71.57%-
HSV(B)14.75º28.64%83.53%-
XYZ46.9344.0535.74-
YUV179.04112.74152.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 167 (65.62% from 255) = 31.39%
BLUE value IS 152 (59.77% from 255) = 28.57%
R=40.04%
G=31.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316715200.220.290.1614.7542.0771.57
HexD5A7980161D10f2a48
Octal32524723002635201752110
Binary110101011010011110011000010110111011000011111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A798; }

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

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

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

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

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

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

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

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