#D65B55

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

Shades of Valencia #D65B55

Tints of Valencia #D65B55

Color information

#D65B55 (or 0xD65B55) is unknown color: approx Valencia. HEX triplet: D6, 5B and 55. RGB value is (214,91,85). Sum of RGB (Red+Green+Blue) = 214+91+85=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B55 is #29A4AA. Grayscale: #7F7F7F. Windows color (decimal): -2729131 or 5594070. OLE color: 5594070.

HSL color Cylindrical-coordinate representation of color #D65B55: hue angle of 2.79º 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 #D65B55 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2149185-
CMYK00.570.600.16
HSL2.79º61.14%58.63%-
HSV(B)2.79º60.28%83.92%-
XYZ33.1122.4311.18-
YUV127.09104.25189.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=54.87%
G=23.33%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214918500.570.600.162.7961.1458.63
HexD65B550393C1033d3b
Octal326133125071742037573
Binary110101101011011101010101110011111001000011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B55; }

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

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

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

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

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

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

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

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