Html Css Color HEX #DA5308 Tenne (Tawny)

📋 copy color: '#DA5308'

red 218 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #DA5308

Tints of Tenne (Tawny) #DA5308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 70.55%
G = 26.86%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA5308 (or 0xDA5308) is known color: Tenne (Tawny). HEX triplet: DA, 53 and 08. RGB value is (218,83,8). Sum of RGB (Red+Green+Blue) = 218+83+8=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5308 is #25ACF7. Grayscale: #737373. Windows color (decimal): -2469112 or 545754. OLE color: 545754.

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

Color convert

RGB 218 83 8 -
CMYK 0 0.62 0.96 0.15
HSL 21.43º 0.93% 0.44% -
HSV(B) 21.43º 0.96% 0.85% -
XYZ 32.05 21.11 2.62 -
YUV 114.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 218 83 8 0 0.62 0.96 0.15 21.43 0.93 0.44
Hex DA 53 8 0 3E 60 F 15 5D 2C
Octal 332 123 10 0 76 140 17 25 135 54
Binary 11011010 1010011 1000 0 111110 1100000 1111 10101 1011101 101100

Color Harmonies of #DA5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5308

Black with #DA5308

Text Example


Text Example

White with #DA5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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