Html Css Color HEX #DA5E01 Tenne (Tawny)

📋 copy color: '#DA5E01'

red 218 ◦ green 94 ◦ blue 1

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

Shades of Tenne (Tawny) #DA5E01

Tints of Tenne (Tawny) #DA5E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

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

R = 69.65%
G = 30.03%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA5E01 (or 0xDA5E01) is known color: Tenne (Tawny). HEX triplet: DA, 5E and 01. RGB value is (218,94,1). Sum of RGB (Red+Green+Blue) = 218+94+1=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E01 is #25A1FE. Grayscale: #787878. Windows color (decimal): -2466303 or 89818. OLE color: 89818.

HSL color Cylindrical-coordinate representation of color #DA5E01: hue angle of 25.71º 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 #DA5E01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 1 -
CMYK 0 0.57 1.00 0.15
HSL 25.71º 0.99% 0.43% -
HSV(B) 25.71º 1% 0.85% -
XYZ 32.92 22.91 2.72 -
YUV 120.47 60.58 197.56 -
System Red Green Blue C M Y K H S L
Decimal 218 94 1 0 0.57 1.00 0.15 25.71 0.99 0.43
Hex DA 5E 1 0 39 64 F 1A 63 2B
Octal 332 136 1 0 71 144 17 32 143 53
Binary 11011010 1011110 1 0 111001 1100100 1111 11010 1100011 101011

Color Harmonies of #DA5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E01

Black with #DA5E01

Text Example


Text Example

White with #DA5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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