#D65A55

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

Shades of Valencia #D65A55

Tints of Valencia #D65A55

Color information

#D65A55 (or 0xD65A55) is unknown color: approx Valencia. HEX triplet: D6, 5A and 55. RGB value is (214,90,85). Sum of RGB (Red+Green+Blue) = 214+90+85=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A55 is #29A5AA. Grayscale: #7E7E7E. Windows color (decimal): -2729387 or 5593814. OLE color: 5593814.

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

Color convert

RGB2149085-
CMYK00.580.600.16
HSL2.33º61.14%58.63%-
HSV(B)2.33º60.28%83.92%-
XYZ33.0322.2611.15-
YUV126.51104.58190.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=55.01%
G=23.14%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214908500.580.600.162.3361.1458.63
HexD65A5503A3C1023d3b
Octal326132125072742027573
Binary110101101011010101010101110101111001000010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A55; }

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

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

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

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

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

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

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

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