Html Css Color HEX #DA503F Valencia

📋 copy color: '#DA503F'

red 218 ◦ green 80 ◦ blue 63

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

Shades of Valencia #DA503F

Tints of Valencia #DA503F

RGB

 RED value IS 218 (85.55% from 255) = 60.39%

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

 BLUE value IS 63 (25% from 255) = 17.45%

R = 60.39%
G = 22.16%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA503F (or 0xDA503F) is known color: Valencia. HEX triplet: DA, 50 and 3F. RGB value is (218,80,63). Sum of RGB (Red+Green+Blue) = 218+80+63=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA503F is #25AFC0. Grayscale: #777777. Windows color (decimal): -2469825 or 4149466. OLE color: 4149466.

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

Color convert

RGB 218 80 63 -
CMYK 0 0.63 0.71 0.15
HSL 6.58º 0.68% 0.55% -
HSV(B) 6.58º 0.71% 0.85% -
XYZ 32.68 21 7.03 -
YUV 119.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 218 80 63 0 0.63 0.71 0.15 6.58 0.68 0.55
Hex DA 50 3F 0 3F 47 F 7 44 37
Octal 332 120 77 0 77 107 17 7 104 67
Binary 11011010 1010000 111111 0 111111 1000111 1111 111 1000100 110111

Color Harmonies of #DA503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA503F

Black with #DA503F

Text Example


Text Example

White with #DA503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA503F; }

 p { color: rgb(218,80,63); }

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

background-color css

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

 a { background-color: rgb(218,80,63); }

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

border-color css

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

 span { border-color: rgb(218,80,63); }

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