Html Css Color HEX #DA5E07 Tenne (Tawny)

📋 copy color: '#DA5E07'

red 218 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #DA5E07

Tints of Tenne (Tawny) #DA5E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 68.34%
G = 29.47%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA5E07 (or 0xDA5E07) is known color: Tenne (Tawny). HEX triplet: DA, 5E and 07. RGB value is (218,94,7). Sum of RGB (Red+Green+Blue) = 218+94+7=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E07 is #25A1F8. Grayscale: #797979. Windows color (decimal): -2466297 or 483034. OLE color: 483034.

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

Color convert

RGB 218 94 7 -
CMYK 0 0.57 0.97 0.15
HSL 24.74º 0.94% 0.44% -
HSV(B) 24.74º 0.97% 0.85% -
XYZ 32.95 22.93 2.89 -
YUV 121.16 63.58 197.07 -
System Red Green Blue C M Y K H S L
Decimal 218 94 7 0 0.57 0.97 0.15 24.74 0.94 0.44
Hex DA 5E 7 0 39 61 F 19 5E 2C
Octal 332 136 7 0 71 141 17 31 136 54
Binary 11011010 1011110 111 0 111001 1100001 1111 11001 1011110 101100

Color Harmonies of #DA5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E07

Black with #DA5E07

Text Example


Text Example

White with #DA5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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