Html Css Color HEX #DA580B Tenne (Tawny)

📋 copy color: '#DA580B'

red 218 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #DA580B

Tints of Tenne (Tawny) #DA580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 68.77%
G = 27.76%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA580B (or 0xDA580B) is known color: Tenne (Tawny). HEX triplet: DA, 58 and 0B. RGB value is (218,88,11). Sum of RGB (Red+Green+Blue) = 218+88+11=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA580B is #25A7F4. Grayscale: #767676. Windows color (decimal): -2467829 or 743642. OLE color: 743642.

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

Color convert

RGB 218 88 11 -
CMYK 0 0.60 0.95 0.15
HSL 22.32º 0.9% 0.45% -
HSV(B) 22.32º 0.95% 0.85% -
XYZ 32.46 21.91 2.83 -
YUV 118.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 218 88 11 0 0.60 0.95 0.15 22.32 0.9 0.45
Hex DA 58 B 0 3C 5F F 16 5A 2D
Octal 332 130 13 0 74 137 17 26 132 55
Binary 11011010 1011000 1011 0 111100 1011111 1111 10110 1011010 101101

Color Harmonies of #DA580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA580B

Black with #DA580B

Text Example


Text Example

White with #DA580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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