#D4A398

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

Shades of Rose #D4A398

Tints of Rose #D4A398

Color information

#D4A398 (or 0xD4A398) is unknown color: approx Rose. HEX triplet: D4, A3 and 98. RGB value is (212,163,152). Sum of RGB (Red+Green+Blue) = 212+163+152=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A398 is #2B5C67. Grayscale: #B0B0B0. Windows color (decimal): -2841704 or 10003412. OLE color: 10003412.

HSL color Cylindrical-coordinate representation of color #D4A398: hue angle of 11º 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 #D4A398 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212163152-
CMYK00.230.280.17
HSL11º41.1%71.37%-
HSV(B)11º28.3%83.14%-
XYZ45.9242.4635.48-
YUV176.4114.23153.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=40.23%
G=30.93%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216315200.230.280.171141.171.37
HexD4A3980171C11b2947
Octal32424323002734211351107
Binary110101001010001110011000010111111001000110111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A398; }

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

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

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

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

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

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

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

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