#D05C54

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

Shades of Valencia #D05C54

Tints of Valencia #D05C54

Color information

#D05C54 (or 0xD05C54) is unknown color: approx Valencia. HEX triplet: D0, 5C and 54. RGB value is (208,92,84). Sum of RGB (Red+Green+Blue) = 208+92+84=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C54 is #2FA3AB. Grayscale: #7D7D7D. Windows color (decimal): -3122092 or 5528784. OLE color: 5528784.

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

Color convert

RGB2089284-
CMYK00.560.600.18
HSL3.87º56.88%57.25%-
HSV(B)3.87º59.62%81.57%-
XYZ31.4421.710.92-
YUV125.77104.43186.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.17%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=54.17%
G=23.96%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208928400.560.600.183.8756.8857.25
HexD05C540383C1243939
Octal320134124070742247171
Binary1101000010111001010100011100011110010010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C54; }

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

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

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

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

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

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

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

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