#D05447

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

Shades of Valencia #D05447

Tints of Valencia #D05447

Color information

#D05447 (or 0xD05447) is unknown color: approx Valencia. HEX triplet: D0, 54 and 47. RGB value is (208,84,71). Sum of RGB (Red+Green+Blue) = 208+84+71=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D05447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05447 is #2FABB8. Grayscale: #777777. Windows color (decimal): -3124153 or 4674768. OLE color: 4674768.

HSL color Cylindrical-coordinate representation of color #D05447: hue angle of 5.69º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D05447 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2088471-
CMYK00.600.660.18
HSL5.69º59.31%54.71%-
HSV(B)5.69º65.87%81.57%-
XYZ30.3220.218.26-
YUV119.59100.58191.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.30%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=57.30%
G=23.14%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208847100.600.660.185.6959.3154.71
HexD0544703C421263b37
Octal3201241070741022267367
Binary11010000101010010001110111100100001010010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05447; }

 p { color: rgb(208,84,71); }

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

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

 a { background-color: rgb(208,84,71); }

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

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

 span { border-color: rgb(208,84,71); }

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