Html Css Color HEX #DA5047 Valencia

📋 copy color: '#DA5047'

red 218 ◦ green 80 ◦ blue 71

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

Shades of Valencia #DA5047

Tints of Valencia #DA5047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 59.08%
G = 21.68%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5047 (or 0xDA5047) is known color: Valencia. HEX triplet: DA, 50 and 47. RGB value is (218,80,71). Sum of RGB (Red+Green+Blue) = 218+80+71=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5047 is #25AFB8. Grayscale: #787878. Windows color (decimal): -2469817 or 4673754. OLE color: 4673754.

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

Color convert

RGB 218 80 71 -
CMYK 0 0.63 0.67 0.15
HSL 3.67º 0.67% 0.57% -
HSV(B) 3.67º 0.67% 0.85% -
XYZ 32.92 21.1 8.3 -
YUV 120.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 218 80 71 0 0.63 0.67 0.15 3.67 0.67 0.57
Hex DA 50 47 0 3F 43 F 4 43 39
Octal 332 120 107 0 77 103 17 4 103 71
Binary 11011010 1010000 1000111 0 111111 1000011 1111 100 1000011 111001

Color Harmonies of #DA5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5047

Black with #DA5047

Text Example


Text Example

White with #DA5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5047; }

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

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

background-color css

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

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

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

border-color css

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

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

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