#D4A48F

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

Shades of Rose #D4A48F

Tints of Rose #D4A48F

Color information

#D4A48F (or 0xD4A48F) is unknown color: approx Rose. HEX triplet: D4, A4 and 8F. RGB value is (212,164,143). Sum of RGB (Red+Green+Blue) = 212+164+143=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A48F is #2B5B70. Grayscale: #B0B0B0. Windows color (decimal): -2841457 or 9413844. OLE color: 9413844.

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

Color convert

RGB212164143-
CMYK00.230.330.17
HSL18.26º44.52%69.61%-
HSV(B)18.26º32.55%83.14%-
XYZ45.3842.5331.8-
YUV175.96109.4153.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=40.85%
G=31.60%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216414300.230.330.1718.2644.5269.61
HexD4A48F0172111122d46
Octal32424421702741212255106
Binary11010100101001001000111101011110000110001100101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A48F; }

 p { color: rgb(212,164,143); }

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

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

 a { background-color: rgb(212,164,143); }

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

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

 span { border-color: rgb(212,164,143); }

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