#D05D4E

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

Shades of Valencia #D05D4E

Tints of Valencia #D05D4E

Color information

#D05D4E (or 0xD05D4E) is unknown color: approx Valencia. HEX triplet: D0, 5D and 4E. RGB value is (208,93,78). Sum of RGB (Red+Green+Blue) = 208+93+78=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D4E is #2FA2B1. Grayscale: #7D7D7D. Windows color (decimal): -3121842 or 5135824. OLE color: 5135824.

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

Color convert

RGB2089378-
CMYK00.550.620.18
HSL6.92º58.04%56.08%-
HSV(B)6.92º62.5%81.57%-
XYZ31.321.799.76-
YUV125.67101.1186.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=54.88%
G=24.54%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208937800.550.620.186.9258.0456.08
HexD05D4E0373E1273a38
Octal320135116067762277270
Binary1101000010111011001110011011111111010010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D4E; }

 p { color: rgb(208,93,78); }

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

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

 a { background-color: rgb(208,93,78); }

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

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

 span { border-color: rgb(208,93,78); }

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