Html Css Color HEX #DA5200 Tenne (Tawny)

📋 copy color: '#DA5200'

red 218 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #DA5200

Tints of Tenne (Tawny) #DA5200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.67%
G = 27.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA5200 (or 0xDA5200) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 00. RGB value is (218,82,0). Sum of RGB (Red+Green+Blue) = 218+82+0=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5200 is #25ADFF. Grayscale: #717171. Windows color (decimal): -2469376 or 21210. OLE color: 21210.

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

Color convert

RGB 218 82 0 -
CMYK 0 0.62 1 0.15
HSL 22.57º 1% 0.43% -
HSV(B) 22.57º 1% 0.85% -
XYZ 31.93 20.94 2.36 -
YUV 113.32 64.06 202.67 -
System Red Green Blue C M Y K H S L
Decimal 218 82 0 0 0.62 1 0.15 22.57 1 0.43
Hex DA 52 0 0 3E 64 F 17 64 2B
Octal 332 122 0 0 76 144 17 27 144 53
Binary 11011010 1010010 0 0 111110 1100100 1111 10111 1100100 101011

Color Harmonies of #DA5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5200

Black with #DA5200

Text Example


Text Example

White with #DA5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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