Html Css Color HEX #DA5509 Tenne (Tawny)

📋 copy color: '#DA5509'

red 218 ◦ green 85 ◦ blue 9

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

Shades of Tenne (Tawny) #DA5509

Tints of Tenne (Tawny) #DA5509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 69.87%
G = 27.24%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA5509 (or 0xDA5509) is known color: Tenne (Tawny). HEX triplet: DA, 55 and 09. RGB value is (218,85,9). Sum of RGB (Red+Green+Blue) = 218+85+9=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5509 is #25AAF6. Grayscale: #747474. Windows color (decimal): -2468599 or 611802. OLE color: 611802.

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

Color convert

RGB 218 85 9 -
CMYK 0 0.61 0.96 0.15
HSL 21.82º 0.92% 0.45% -
HSV(B) 21.82º 0.96% 0.85% -
XYZ 32.21 21.42 2.7 -
YUV 116.1 67.56 200.68 -
System Red Green Blue C M Y K H S L
Decimal 218 85 9 0 0.61 0.96 0.15 21.82 0.92 0.45
Hex DA 55 9 0 3D 60 F 16 5C 2D
Octal 332 125 11 0 75 140 17 26 134 55
Binary 11011010 1010101 1001 0 111101 1100000 1111 10110 1011100 101101

Color Harmonies of #DA5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5509

Black with #DA5509

Text Example


Text Example

White with #DA5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5509; }

 p { color: rgb(218,85,9); }

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

background-color css

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

 a { background-color: rgb(218,85,9); }

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

border-color css

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

 span { border-color: rgb(218,85,9); }

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