#D65B54

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

Shades of Valencia #D65B54

Tints of Valencia #D65B54

Color information

#D65B54 (or 0xD65B54) is unknown color: approx Valencia. HEX triplet: D6, 5B and 54. RGB value is (214,91,84). Sum of RGB (Red+Green+Blue) = 214+91+84=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B54 is #29A4AB. Grayscale: #7F7F7F. Windows color (decimal): -2729132 or 5528534. OLE color: 5528534.

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

Color convert

RGB2149184-
CMYK00.570.610.16
HSL3.23º61.32%58.43%-
HSV(B)3.23º60.75%83.92%-
XYZ33.0722.4210.97-
YUV126.98103.75190.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=55.01%
G=23.39%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214918400.570.610.163.2361.3258.43
HexD65B540393D1033d3a
Octal326133124071752037572
Binary110101101011011101010001110011111011000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65B54; }

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

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

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

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

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

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

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

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