Html Css Color HEX #DA504B Valencia

📋 copy color: '#DA504B'

red 218 ◦ green 80 ◦ blue 75

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

Shades of Valencia #DA504B

Tints of Valencia #DA504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 58.45%
G = 21.45%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA504B (or 0xDA504B) is known color: Valencia. HEX triplet: DA, 50 and 4B. RGB value is (218,80,75). Sum of RGB (Red+Green+Blue) = 218+80+75=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA504B is #25AFB4. Grayscale: #787878. Windows color (decimal): -2469813 or 4935898. OLE color: 4935898.

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

Color convert

RGB 218 80 75 -
CMYK 0 0.63 0.66 0.15
HSL 2.1º 0.66% 0.57% -
HSV(B) 2.1º 0.66% 0.85% -
XYZ 33.05 21.15 9 -
YUV 120.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 218 80 75 0 0.63 0.66 0.15 2.1 0.66 0.57
Hex DA 50 4B 0 3F 42 F 2 42 39
Octal 332 120 113 0 77 102 17 2 102 71
Binary 11011010 1010000 1001011 0 111111 1000010 1111 10 1000010 111001

Color Harmonies of #DA504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA504B

Black with #DA504B

Text Example


Text Example

White with #DA504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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