Html Css Color HEX #DA504D Valencia

📋 copy color: '#DA504D'

red 218 ◦ green 80 ◦ blue 77

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

Shades of Valencia #DA504D

Tints of Valencia #DA504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 58.13%
G = 21.33%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA504D (or 0xDA504D) is known color: Valencia. HEX triplet: DA, 50 and 4D. RGB value is (218,80,77). Sum of RGB (Red+Green+Blue) = 218+80+77=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA504D is #25AFB2. Grayscale: #797979. Windows color (decimal): -2469811 or 5066970. OLE color: 5066970.

HSL color Cylindrical-coordinate representation of color #DA504D: hue angle of 1.28º degrees, saturation: 0.66, 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 #DA504D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 80 77 -
CMYK 0 0.63 0.65 0.15
HSL 1.28º 0.66% 0.58% -
HSV(B) 1.28º 0.65% 0.85% -
XYZ 33.12 21.18 9.36 -
YUV 120.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 218 80 77 0 0.63 0.65 0.15 1.28 0.66 0.58
Hex DA 50 4D 0 3F 41 F 1 42 3A
Octal 332 120 115 0 77 101 17 1 102 72
Binary 11011010 1010000 1001101 0 111111 1000001 1111 1 1000010 111010

Color Harmonies of #DA504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA504D

Black with #DA504D

Text Example


Text Example

White with #DA504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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