Html Css Color HEX #DA5A00 Tenne (Tawny)

📋 copy color: '#DA5A00'

red 218 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #DA5A00

Tints of Tenne (Tawny) #DA5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.78%
G = 29.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA5A00 (or 0xDA5A00) is known color: Tenne (Tawny). HEX triplet: DA, 5A and 00. RGB value is (218,90,0). Sum of RGB (Red+Green+Blue) = 218+90+0=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5A00 is #25A5FF. Grayscale: #767676. Windows color (decimal): -2467328 or 23258. OLE color: 23258.

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

Color convert

RGB 218 90 0 -
CMYK 0 0.59 1 0.15
HSL 24.77º 1% 0.43% -
HSV(B) 24.77º 1% 0.85% -
XYZ 32.57 22.22 2.57 -
YUV 118.01 61.41 199.32 -
System Red Green Blue C M Y K H S L
Decimal 218 90 0 0 0.59 1 0.15 24.77 1 0.43
Hex DA 5A 0 0 3B 64 F 19 64 2B
Octal 332 132 0 0 73 144 17 31 144 53
Binary 11011010 1011010 0 0 111011 1100100 1111 11001 1100100 101011

Color Harmonies of #DA5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A00

Black with #DA5A00

Text Example


Text Example

White with #DA5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A00; }

 p { color: rgb(218,90,0); }

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

background-color css

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

 a { background-color: rgb(218,90,0); }

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

border-color css

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

 span { border-color: rgb(218,90,0); }

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