#D4A39A

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

Shades of Rose #D4A39A

Tints of Rose #D4A39A

Color information

#D4A39A (or 0xD4A39A) is unknown color: approx Rose. HEX triplet: D4, A3 and 9A. RGB value is (212,163,154). Sum of RGB (Red+Green+Blue) = 212+163+154=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A39A is #2B5C65. Grayscale: #B0B0B0. Windows color (decimal): -2841702 or 10134484. OLE color: 10134484.

HSL color Cylindrical-coordinate representation of color #D4A39A: hue angle of 9.31º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4A39A is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212163154-
CMYK00.230.270.17
HSL9.31º40.28%71.76%-
HSV(B)9.31º27.36%83.14%-
XYZ46.0842.5236.35-
YUV176.62115.23153.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=40.08%
G=30.81%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216315400.230.270.179.3140.2871.76
HexD4A39A0171B1192848
Octal32424323202733211150110
Binary110101001010001110011010010111110111000110011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A39A; }

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

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

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

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

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

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

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

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