Html Css Color HEX #D04A12 Tenne (Tawny)

📋 copy color: '#D04A12'

red 208 ◦ green 74 ◦ blue 18

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

Shades of Tenne (Tawny) #D04A12

Tints of Tenne (Tawny) #D04A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 69.33%
G = 24.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04A12 (or 0xD04A12) is known color: Tenne (Tawny). HEX triplet: D0, 4A and 12. RGB value is (208,74,18). Sum of RGB (Red+Green+Blue) = 208+74+18=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A12 is #2FB5ED. Grayscale: #6C6C6C. Windows color (decimal): -3126766 or 1198800. OLE color: 1198800.

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

Color convert

RGB 208 74 18 -
CMYK 0 0.64 0.91 0.18
HSL 17.68º 0.84% 0.44% -
HSV(B) 17.68º 0.91% 0.82% -
XYZ 28.57 18.35 2.61 -
YUV 107.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 208 74 18 0 0.64 0.91 0.18 17.68 0.84 0.44
Hex D0 4A 12 0 40 5B 12 12 54 2C
Octal 320 112 22 0 100 133 22 22 124 54
Binary 11010000 1001010 10010 0 1000000 1011011 10010 10010 1010100 101100

Color Harmonies of #D04A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A12

Black with #D04A12

Text Example


Text Example

White with #D04A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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