#D4A78F

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

Shades of Rose #D4A78F

Tints of Rose #D4A78F

Color information

#D4A78F (or 0xD4A78F) is unknown color: approx Rose. HEX triplet: D4, A7 and 8F. RGB value is (212,167,143). Sum of RGB (Red+Green+Blue) = 212+167+143=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A78F is #2B5870. Grayscale: #B1B1B1. Windows color (decimal): -2840689 or 9414612. OLE color: 9414612.

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

Color convert

RGB212167143-
CMYK00.210.330.17
HSL20.87º44.52%69.61%-
HSV(B)20.87º32.55%83.14%-
XYZ45.9343.6231.98-
YUV177.72108.41152.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 143 (56.25% from 255) = 27.39%
R=40.61%
G=31.99%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216714300.210.330.1720.8744.5269.61
HexD4A78F0152111152d46
Octal32424721702541212555106
Binary11010100101001111000111101010110000110001101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A78F; }

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

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

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

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

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

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

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

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