#D8A298

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

Shades of Rose #D8A298

Tints of Rose #D8A298

Color information

#D8A298 (or 0xD8A298) is unknown color: approx Rose. HEX triplet: D8, A2 and 98. RGB value is (216,162,152). Sum of RGB (Red+Green+Blue) = 216+162+152=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A298 is #275D67. Grayscale: #B1B1B1. Windows color (decimal): -2579816 or 10003160. OLE color: 10003160.

HSL color Cylindrical-coordinate representation of color #D8A298: hue angle of 9.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8A298 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216162152-
CMYK00.250.300.15
HSL9.38º45.07%72.16%-
HSV(B)9.38º29.63%84.71%-
XYZ46.9142.7135.48-
YUV177.01113.89155.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 162 (63.67% from 255) = 30.57%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=40.75%
G=30.57%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616215200.250.300.159.3845.0772.16
HexD8A2980191EF92d48
Octal33024223003136171155110
Binary11011000101000101001100001100111110111110011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A298; }

 p { color: rgb(216,162,152); }

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

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

 a { background-color: rgb(216,162,152); }

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

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

 span { border-color: rgb(216,162,152); }

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