Html Css Color HEX #DA5303 Tenne (Tawny)

📋 copy color: '#DA5303'

red 218 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #DA5303

Tints of Tenne (Tawny) #DA5303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 71.71%
G = 27.3%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA5303 (or 0xDA5303) is known color: Tenne (Tawny). HEX triplet: DA, 53 and 03. RGB value is (218,83,3). Sum of RGB (Red+Green+Blue) = 218+83+3=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5303 is #25ACFC. Grayscale: #727272. Windows color (decimal): -2469117 or 218074. OLE color: 218074.

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

Color convert

RGB 218 83 3 -
CMYK 0 0.62 0.99 0.15
HSL 22.33º 0.97% 0.43% -
HSV(B) 22.33º 0.99% 0.85% -
XYZ 32.02 21.1 2.47 -
YUV 114.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 218 83 3 0 0.62 0.99 0.15 22.33 0.97 0.43
Hex DA 53 3 0 3E 63 F 16 61 2B
Octal 332 123 3 0 76 143 17 26 141 53
Binary 11011010 1010011 11 0 111110 1100011 1111 10110 1100001 101011

Color Harmonies of #DA5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5303

Black with #DA5303

Text Example


Text Example

White with #DA5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5303; }

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

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

background-color css

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

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

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

border-color css

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

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

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