#D65756

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

Shades of Valencia #D65756

Tints of Valencia #D65756

Color information

#D65756 (or 0xD65756) is unknown color: approx Valencia. HEX triplet: D6, 57 and 56. RGB value is (214,87,86). Sum of RGB (Red+Green+Blue) = 214+87+86=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65756 is #29A8A9. Grayscale: #7C7C7C. Windows color (decimal): -2730154 or 5658582. OLE color: 5658582.

HSL color Cylindrical-coordinate representation of color #D65756: hue angle of 0.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65756 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2148786-
CMYK00.590.600.16
HSL0.47º60.95%58.82%-
HSV(B)0.47º59.81%83.92%-
XYZ32.8221.7811.28-
YUV124.86106.08191.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.30%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=55.30%
G=22.48%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214878600.590.600.160.4760.9558.82
HexD6575603B3C1003d3b
Octal326127126073742007573
Binary11010110101011110101100111011111100100000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65756; }

 p { color: rgb(214,87,86); }

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

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

 a { background-color: rgb(214,87,86); }

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

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

 span { border-color: rgb(214,87,86); }

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