#D65C4A

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

Shades of Valencia #D65C4A

Tints of Valencia #D65C4A

Color information

#D65C4A (or 0xD65C4A) is unknown color: approx Valencia. HEX triplet: D6, 5C and 4A. RGB value is (214,92,74). Sum of RGB (Red+Green+Blue) = 214+92+74=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C4A is #29A3B5. Grayscale: #7E7E7E. Windows color (decimal): -2728886 or 4873430. OLE color: 4873430.

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

Color convert

RGB2149274-
CMYK00.570.650.16
HSL7.71º63.06%56.47%-
HSV(B)7.71º65.42%83.92%-
XYZ32.7922.449.08-
YUV126.4398.42190.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.32%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=56.32%
G=24.21%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214927400.570.650.167.7163.0656.47
HexD65C4A039411083f38
Octal32613411207110120107770
Binary110101101011100100101001110011000001100001000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C4A; }

 p { color: rgb(214,92,74); }

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

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

 a { background-color: rgb(214,92,74); }

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

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

 span { border-color: rgb(214,92,74); }

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