Html Css Color HEX #DA5901 Tenne (Tawny)

📋 copy color: '#DA5901'

red 218 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #DA5901

Tints of Tenne (Tawny) #DA5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 70.78%
G = 28.9%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA5901 (or 0xDA5901) is known color: Tenne (Tawny). HEX triplet: DA, 59 and 01. RGB value is (218,89,1). Sum of RGB (Red+Green+Blue) = 218+89+1=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5901 is #25A6FE. Grayscale: #767676. Windows color (decimal): -2467583 or 88538. OLE color: 88538.

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

Color convert

RGB 218 89 1 -
CMYK 0 0.59 1.00 0.15
HSL 24.33º 0.99% 0.43% -
HSV(B) 24.33º 1% 0.85% -
XYZ 32.49 22.05 2.57 -
YUV 117.54 62.24 199.66 -
System Red Green Blue C M Y K H S L
Decimal 218 89 1 0 0.59 1.00 0.15 24.33 0.99 0.43
Hex DA 59 1 0 3B 64 F 18 63 2B
Octal 332 131 1 0 73 144 17 30 143 53
Binary 11011010 1011001 1 0 111011 1100100 1111 11000 1100011 101011

Color Harmonies of #DA5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5901

Black with #DA5901

Text Example


Text Example

White with #DA5901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5901; }

 p { color: rgb(218,89,1); }

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

background-color css

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

 a { background-color: rgb(218,89,1); }

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

border-color css

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

 span { border-color: rgb(218,89,1); }

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