#D65A54

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

Shades of Valencia #D65A54

Tints of Valencia #D65A54

Color information

#D65A54 (or 0xD65A54) is unknown color: approx Valencia. HEX triplet: D6, 5A and 54. RGB value is (214,90,84). Sum of RGB (Red+Green+Blue) = 214+90+84=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A54 is #29A5AB. Grayscale: #7E7E7E. Windows color (decimal): -2729388 or 5528278. OLE color: 5528278.

HSL color Cylindrical-coordinate representation of color #D65A54: hue angle of 2.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65A54 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2149084-
CMYK00.580.610.16
HSL2.77º61.32%58.43%-
HSV(B)2.77º60.75%83.92%-
XYZ32.9922.2510.94-
YUV126.39104.08190.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.15%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=55.15%
G=23.20%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214908400.580.610.162.7761.3258.43
HexD65A5403A3D1033d3a
Octal326132124072752037572
Binary110101101011010101010001110101111011000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A54; }

 p { color: rgb(214,90,84); }

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

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

 a { background-color: rgb(214,90,84); }

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

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

 span { border-color: rgb(214,90,84); }

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