Html Css Color HEX #DA5203 Tenne (Tawny)

📋 copy color: '#DA5203'

red 218 ◦ green 82 ◦ blue 3

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

Shades of Tenne (Tawny) #DA5203

Tints of Tenne (Tawny) #DA5203

RGB

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

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

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

R = 71.95%
G = 27.06%
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

#DA5203 (or 0xDA5203) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 03. RGB value is (218,82,3). Sum of RGB (Red+Green+Blue) = 218+82+3=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5203 is #25ADFC. Grayscale: #727272. Windows color (decimal): -2469373 or 217818. OLE color: 217818.

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

Color convert

RGB 218 82 3 -
CMYK 0 0.62 0.99 0.15
HSL 22.05º 0.97% 0.43% -
HSV(B) 22.05º 0.99% 0.85% -
XYZ 31.95 20.95 2.45 -
YUV 113.66 65.56 202.42 -
System Red Green Blue C M Y K H S L
Decimal 218 82 3 0 0.62 0.99 0.15 22.05 0.97 0.43
Hex DA 52 3 0 3E 63 F 16 61 2B
Octal 332 122 3 0 76 143 17 26 141 53
Binary 11011010 1010010 11 0 111110 1100011 1111 10110 1100001 101011

Color Harmonies of #DA5203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5203

Black with #DA5203

Text Example


Text Example

White with #DA5203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5203; }

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

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

background-color css

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

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

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

border-color css

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

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

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