Html Css Color HEX #DA5E02 Tenne (Tawny)

📋 copy color: '#DA5E02'

red 218 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #DA5E02

Tints of Tenne (Tawny) #DA5E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 69.43%
G = 29.94%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA5E02 (or 0xDA5E02) is known color: Tenne (Tawny). HEX triplet: DA, 5E and 02. RGB value is (218,94,2). Sum of RGB (Red+Green+Blue) = 218+94+2=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E02 is #25A1FD. Grayscale: #797979. Windows color (decimal): -2466302 or 155354. OLE color: 155354.

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

Color convert

RGB 218 94 2 -
CMYK 0 0.57 0.99 0.15
HSL 25.56º 0.98% 0.43% -
HSV(B) 25.56º 0.99% 0.85% -
XYZ 32.93 22.92 2.75 -
YUV 120.59 61.08 197.48 -
System Red Green Blue C M Y K H S L
Decimal 218 94 2 0 0.57 0.99 0.15 25.56 0.98 0.43
Hex DA 5E 2 0 39 63 F 1A 62 2B
Octal 332 136 2 0 71 143 17 32 142 53
Binary 11011010 1011110 10 0 111001 1100011 1111 11010 1100010 101011

Color Harmonies of #DA5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E02

Black with #DA5E02

Text Example


Text Example

White with #DA5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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