Html Css Color HEX #DA5343 Valencia

📋 copy color: '#DA5343'

red 218 ◦ green 83 ◦ blue 67

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

Shades of Valencia #DA5343

Tints of Valencia #DA5343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 59.24%
G = 22.55%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA5343 (or 0xDA5343) is known color: Valencia. HEX triplet: DA, 53 and 43. RGB value is (218,83,67). Sum of RGB (Red+Green+Blue) = 218+83+67=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5343 is #25ACBC. Grayscale: #797979. Windows color (decimal): -2469053 or 4412378. OLE color: 4412378.

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

Color convert

RGB 218 83 67 -
CMYK 0 0.62 0.69 0.15
HSL 6.36º 0.67% 0.56% -
HSV(B) 6.36º 0.69% 0.85% -
XYZ 33.02 21.5 7.72 -
YUV 121.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 218 83 67 0 0.62 0.69 0.15 6.36 0.67 0.56
Hex DA 53 43 0 3E 45 F 6 43 38
Octal 332 123 103 0 76 105 17 6 103 70
Binary 11011010 1010011 1000011 0 111110 1000101 1111 110 1000011 111000

Color Harmonies of #DA5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5343

Black with #DA5343

Text Example


Text Example

White with #DA5343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5343; }

 p { color: rgb(218,83,67); }

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

background-color css

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

 a { background-color: rgb(218,83,67); }

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

border-color css

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

 span { border-color: rgb(218,83,67); }

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