#D95652

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

Shades of Valencia #D95652

Tints of Valencia #D95652

Color information

#D95652 (or 0xD95652) is unknown color: approx Valencia. HEX triplet: D9, 56 and 52. RGB value is (217,86,82). Sum of RGB (Red+Green+Blue) = 217+86+82=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D95652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95652 is #26A9AD. Grayscale: #7C7C7C. Windows color (decimal): -2533806 or 5396185. OLE color: 5396185.

HSL color Cylindrical-coordinate representation of color #D95652: hue angle of 1.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95652 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2178682-
CMYK00.600.620.15
HSL1.78º63.98%58.63%-
HSV(B)1.78º62.21%85.1%-
XYZ33.4722.0210.47-
YUV124.71103.9193.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=56.36%
G=22.34%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217868200.600.620.151.7863.9858.63
HexD9565203C3EF2403b
Octal3311261220747617210073
Binary110110011010110101001001111001111101111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95652; }

 p { color: rgb(217,86,82); }

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

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

 a { background-color: rgb(217,86,82); }

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

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

 span { border-color: rgb(217,86,82); }

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