Html Css Color HEX #DA5202 Tenne (Tawny)

📋 copy color: '#DA5202'

red 218 ◦ green 82 ◦ blue 2

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

Shades of Tenne (Tawny) #DA5202

Tints of Tenne (Tawny) #DA5202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 72.19%
G = 27.15%
B = 0.66%

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

#DA5202 (or 0xDA5202) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 02. RGB value is (218,82,2). Sum of RGB (Red+Green+Blue) = 218+82+2=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5202 is #25ADFD. Grayscale: #717171. Windows color (decimal): -2469374 or 152282. OLE color: 152282.

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

Color convert

RGB 218 82 2 -
CMYK 0 0.62 0.99 0.15
HSL 22.22º 0.98% 0.43% -
HSV(B) 22.22º 0.99% 0.85% -
XYZ 31.94 20.94 2.42 -
YUV 113.54 65.06 202.5 -
System Red Green Blue C M Y K H S L
Decimal 218 82 2 0 0.62 0.99 0.15 22.22 0.98 0.43
Hex DA 52 2 0 3E 63 F 16 62 2B
Octal 332 122 2 0 76 143 17 26 142 53
Binary 11011010 1010010 10 0 111110 1100011 1111 10110 1100010 101011

Color Harmonies of #DA5202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5202

Black with #DA5202

Text Example


Text Example

White with #DA5202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5202; }

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

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

background-color css

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

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

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

border-color css

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

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

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