Html Css Color HEX #DA5A47 Valencia

📋 copy color: '#DA5A47'

red 218 ◦ green 90 ◦ blue 71

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

Shades of Valencia #DA5A47

Tints of Valencia #DA5A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 57.52%
G = 23.75%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5A47 (or 0xDA5A47) is known color: Valencia. HEX triplet: DA, 5A and 47. RGB value is (218,90,71). Sum of RGB (Red+Green+Blue) = 218+90+71=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A47 is #25A5B8. Grayscale: #7E7E7E. Windows color (decimal): -2467257 or 4676314. OLE color: 4676314.

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

Color convert

RGB 218 90 71 -
CMYK 0 0.59 0.67 0.15
HSL 7.76º 0.67% 0.57% -
HSV(B) 7.76º 0.67% 0.85% -
XYZ 33.71 22.67 8.56 -
YUV 126.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 218 90 71 0 0.59 0.67 0.15 7.76 0.67 0.57
Hex DA 5A 47 0 3B 43 F 8 43 39
Octal 332 132 107 0 73 103 17 10 103 71
Binary 11011010 1011010 1000111 0 111011 1000011 1111 1000 1000011 111001

Color Harmonies of #DA5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A47

Black with #DA5A47

Text Example


Text Example

White with #DA5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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