Html Css Color HEX #D04A11 Tenne (Tawny)

📋 copy color: '#D04A11'

red 208 ◦ green 74 ◦ blue 17

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

Shades of Tenne (Tawny) #D04A11

Tints of Tenne (Tawny) #D04A11

RGB

 RED value IS 208 (81.64% from 255) = 69.57%

 GREEN value IS 74 (29.3% from 255) = 24.75%

 BLUE value IS 17 (7.03% from 255) = 5.69%

R = 69.57%
G = 24.75%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04A11 (or 0xD04A11) is known color: Tenne (Tawny). HEX triplet: D0, 4A and 11. RGB value is (208,74,17). Sum of RGB (Red+Green+Blue) = 208+74+17=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A11 is #2FB5EE. Grayscale: #6B6B6B. Windows color (decimal): -3126767 or 1133264. OLE color: 1133264.

HSL color Cylindrical-coordinate representation of color #D04A11: hue angle of 17.91º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04A11 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 17 -
CMYK 0 0.64 0.92 0.18
HSL 17.91º 0.85% 0.44% -
HSV(B) 17.91º 0.92% 0.82% -
XYZ 28.56 18.35 2.57 -
YUV 107.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 208 74 17 0 0.64 0.92 0.18 17.91 0.85 0.44
Hex D0 4A 11 0 40 5C 12 12 55 2C
Octal 320 112 21 0 100 134 22 22 125 54
Binary 11010000 1001010 10001 0 1000000 1011100 10010 10010 1010101 101100

Color Harmonies of #D04A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A11

Black with #D04A11

Text Example


Text Example

White with #D04A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A11; }

 p { color: rgb(208,74,17); }

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

background-color css

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

 a { background-color: rgb(208,74,17); }

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

border-color css

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

 span { border-color: rgb(208,74,17); }

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