Html Css Color HEX #D9504F Valencia

📋 copy color: '#D9504F'

red 217 ◦ green 80 ◦ blue 79

#D9504F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D9504F

Tints of Valencia #D9504F

RGB

 RED value IS 217 (85.16% from 255) = 57.71%

 GREEN value IS 80 (31.64% from 255) = 21.28%

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 57.71%
G = 21.28%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9504F (or 0xD9504F) is known color: Valencia. HEX triplet: D9, 50 and 4F. RGB value is (217,80,79). Sum of RGB (Red+Green+Blue) = 217+80+79=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9504F is #26AFB0. Grayscale: #787878. Windows color (decimal): -2535345 or 5198041. OLE color: 5198041.

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

Color convert

RGB 217 80 79 -
CMYK 0 0.63 0.64 0.15
HSL 0.43º 0.64% 0.58% -
HSV(B) 0.43º 0.64% 0.85% -
XYZ 32.9 21.05 9.73 -
YUV 120.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 217 80 79 0 0.63 0.64 0.15 0.43 0.64 0.58
Hex D9 50 4F 0 3F 40 F 0 40 3A
Octal 331 120 117 0 77 100 17 0 100 72
Binary 11011001 1010000 1001111 0 111111 1000000 1111 0 1000000 111010

Color Harmonies of #D9504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9504F

Black with #D9504F

Text Example


Text Example

White with #D9504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9504F; }

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

 H1.HeaderClassName
 {
   color: #D9504F;
 }
 .AnyTagClassName
 {
   color: #D9504F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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