#D65042

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

Shades of Valencia #D65042

Tints of Valencia #D65042

Color information

#D65042 (or 0xD65042) is unknown color: approx Valencia. HEX triplet: D6, 50 and 42. RGB value is (214,80,66). Sum of RGB (Red+Green+Blue) = 214+80+66=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D65042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65042 is #29AFBD. Grayscale: #767676. Windows color (decimal): -2731966 or 4346070. OLE color: 4346070.

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

Color convert

RGB2148066-
CMYK00.630.690.16
HSL5.68º64.35%54.9%-
HSV(B)5.68º69.16%83.92%-
XYZ31.5820.437.43-
YUV118.4798.39196.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.44%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=59.44%
G=22.22%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214806600.630.690.165.6864.3554.9
HexD6504203F451064037
Octal32612010207710520610067
Binary110101101010000100001001111111000101100001101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65042; }

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

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

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

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

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

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

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

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