Html Css Color HEX #DA580C Tenne (Tawny)

📋 copy color: '#DA580C'

red 218 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #DA580C

Tints of Tenne (Tawny) #DA580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 68.55%
G = 27.67%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA580C (or 0xDA580C) is known color: Tenne (Tawny). HEX triplet: DA, 58 and 0C. RGB value is (218,88,12). Sum of RGB (Red+Green+Blue) = 218+88+12=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA580C is #25A7F3. Grayscale: #767676. Windows color (decimal): -2467828 or 809178. OLE color: 809178.

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

Color convert

RGB 218 88 12 -
CMYK 0 0.60 0.94 0.15
HSL 22.14º 0.9% 0.45% -
HSV(B) 22.14º 0.94% 0.85% -
XYZ 32.47 21.91 2.87 -
YUV 118.21 68.07 199.18 -
System Red Green Blue C M Y K H S L
Decimal 218 88 12 0 0.60 0.94 0.15 22.14 0.9 0.45
Hex DA 58 C 0 3C 5E F 16 5A 2D
Octal 332 130 14 0 74 136 17 26 132 55
Binary 11011010 1011000 1100 0 111100 1011110 1111 10110 1011010 101101

Color Harmonies of #DA580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA580C

Black with #DA580C

Text Example


Text Example

White with #DA580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA580C; }

 p { color: rgb(218,88,12); }

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

background-color css

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

 a { background-color: rgb(218,88,12); }

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

border-color css

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

 span { border-color: rgb(218,88,12); }

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