Html Css Color HEX #DA5247 Valencia

📋 copy color: '#DA5247'

red 218 ◦ green 82 ◦ blue 71

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

Shades of Valencia #DA5247

Tints of Valencia #DA5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 58.76%
G = 22.1%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5247 (or 0xDA5247) is known color: Valencia. HEX triplet: DA, 52 and 47. RGB value is (218,82,71). Sum of RGB (Red+Green+Blue) = 218+82+71=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5247 is #25ADB8. Grayscale: #797979. Windows color (decimal): -2469305 or 4674266. OLE color: 4674266.

HSL color Cylindrical-coordinate representation of color #DA5247: hue angle of 4.49º 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 #DA5247 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 71 -
CMYK 0 0.62 0.67 0.15
HSL 4.49º 0.67% 0.57% -
HSV(B) 4.49º 0.67% 0.85% -
XYZ 33.07 21.39 8.35 -
YUV 121.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 218 82 71 0 0.62 0.67 0.15 4.49 0.67 0.57
Hex DA 52 47 0 3E 43 F 4 43 39
Octal 332 122 107 0 76 103 17 4 103 71
Binary 11011010 1010010 1000111 0 111110 1000011 1111 100 1000011 111001

Color Harmonies of #DA5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5247

Black with #DA5247

Text Example


Text Example

White with #DA5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5247; }

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

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

background-color css

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

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

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

border-color css

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

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

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