Html Css Color HEX #DA5305 Tenne (Tawny)

📋 copy color: '#DA5305'

red 218 ◦ green 83 ◦ blue 5

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

Shades of Tenne (Tawny) #DA5305

Tints of Tenne (Tawny) #DA5305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 71.24%
G = 27.12%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA5305 (or 0xDA5305) is known color: Tenne (Tawny). HEX triplet: DA, 53 and 05. RGB value is (218,83,5). Sum of RGB (Red+Green+Blue) = 218+83+5=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5305 is #25ACFA. Grayscale: #727272. Windows color (decimal): -2469115 or 349146. OLE color: 349146.

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

Color convert

RGB 218 83 5 -
CMYK 0 0.62 0.98 0.15
HSL 21.97º 0.96% 0.44% -
HSV(B) 21.97º 0.98% 0.85% -
XYZ 32.03 21.1 2.53 -
YUV 114.47 66.23 201.84 -
System Red Green Blue C M Y K H S L
Decimal 218 83 5 0 0.62 0.98 0.15 21.97 0.96 0.44
Hex DA 53 5 0 3E 62 F 16 60 2C
Octal 332 123 5 0 76 142 17 26 140 54
Binary 11011010 1010011 101 0 111110 1100010 1111 10110 1100000 101100

Color Harmonies of #DA5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5305

Black with #DA5305

Text Example


Text Example

White with #DA5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5305; }

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

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

background-color css

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

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

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

border-color css

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

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

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