#D46051

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

Shades of Valencia #D46051

Tints of Valencia #D46051

Color information

#D46051 (or 0xD46051) is unknown color: approx Valencia. HEX triplet: D4, 60 and 51. RGB value is (212,96,81). Sum of RGB (Red+Green+Blue) = 212+96+81=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D46051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46051 is #2B9FAE. Grayscale: #818181. Windows color (decimal): -2858927 or 5333204. OLE color: 5333204.

HSL color Cylindrical-coordinate representation of color #D46051: hue angle of 6.87º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46051 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB2129681-
CMYK00.550.620.17
HSL6.87º60.37%57.45%-
HSV(B)6.87º61.79%83.14%-
XYZ32.8222.9610.49-
YUV128.97100.93187.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.50%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=54.50%
G=24.68%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212968100.550.620.176.8760.3757.45
HexD460510373E1173c39
Octal324140121067762177471
Binary1101010011000001010001011011111111010001111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46051; }

 p { color: rgb(212,96,81); }

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

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

 a { background-color: rgb(212,96,81); }

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

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

 span { border-color: rgb(212,96,81); }

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