#D4A798

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

Shades of Rose #D4A798

Tints of Rose #D4A798

Color information

#D4A798 (or 0xD4A798) is unknown color: approx Rose. HEX triplet: D4, A7 and 98. RGB value is (212,167,152). Sum of RGB (Red+Green+Blue) = 212+167+152=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A798 is #2B5867. Grayscale: #B2B2B2. Windows color (decimal): -2840680 or 10004436. OLE color: 10004436.

HSL color Cylindrical-coordinate representation of color #D4A798: hue angle of 15º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A798 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212167152-
CMYK00.210.280.17
HSL15º41.1%71.37%-
HSV(B)15º28.3%83.14%-
XYZ46.6443.935.72-
YUV178.74112.91151.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=39.92%
G=31.45%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216715200.210.280.171541.171.37
HexD4A7980151C11f2947
Octal32424723002534211751107
Binary110101001010011110011000010101111001000111111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A798; }

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

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

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

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

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

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

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

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