#D9504D

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

Shades of Valencia #D9504D

Tints of Valencia #D9504D

Color information

#D9504D (or 0xD9504D) is unknown color: approx Valencia. HEX triplet: D9, 50 and 4D. RGB value is (217,80,77). Sum of RGB (Red+Green+Blue) = 217+80+77=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9504D is #26AFB2. Grayscale: #787878. Windows color (decimal): -2535347 or 5066969. OLE color: 5066969.

HSL color Cylindrical-coordinate representation of color #D9504D: hue angle of 1.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9504D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2178077-
CMYK00.630.650.15
HSL1.29º64.81%57.65%-
HSV(B)1.29º64.52%85.1%-
XYZ32.8221.029.35-
YUV120.62103.39196.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.02%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=58.02%
G=21.39%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217807700.630.650.151.2964.8157.65
HexD9504D03F41F1413a
Octal33112011507710117110172
Binary110110011010000100110101111111000001111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9504D; }

 p { color: rgb(217,80,77); }

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

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

 a { background-color: rgb(217,80,77); }

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

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

 span { border-color: rgb(217,80,77); }

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