#D65047

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

Shades of Valencia #D65047

Tints of Valencia #D65047

Color information

#D65047 (or 0xD65047) is unknown color: approx Valencia. HEX triplet: D6, 50 and 47. RGB value is (214,80,71). Sum of RGB (Red+Green+Blue) = 214+80+71=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65047 is #29AFB8. Grayscale: #777777. Windows color (decimal): -2731961 or 4673750. OLE color: 4673750.

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

Color convert

RGB2148071-
CMYK00.630.670.16
HSL3.78º63.56%55.88%-
HSV(B)3.78º66.82%83.92%-
XYZ31.7420.498.24-
YUV119.04100.89195.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.63%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=58.63%
G=21.92%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214807100.630.670.163.7863.5655.88
HexD6504703F431044038
Octal32612010707710320410070
Binary110101101010000100011101111111000011100001001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65047; }

 p { color: rgb(214,80,71); }

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

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

 a { background-color: rgb(214,80,71); }

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

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

 span { border-color: rgb(214,80,71); }

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