Html Css Color HEX #D04A10 Tenne (Tawny)

📋 copy color: '#D04A10'

red 208 ◦ green 74 ◦ blue 16

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

Shades of Tenne (Tawny) #D04A10

Tints of Tenne (Tawny) #D04A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 69.8%
G = 24.83%
B = 5.37%

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

#D04A10 (or 0xD04A10) is known color: Tenne (Tawny). HEX triplet: D0, 4A and 10. RGB value is (208,74,16). Sum of RGB (Red+Green+Blue) = 208+74+16=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A10 is #2FB5EF. Grayscale: #6B6B6B. Windows color (decimal): -3126768 or 1067728. OLE color: 1067728.

HSL color Cylindrical-coordinate representation of color #D04A10: hue angle of 18.12º degrees, saturation: 0.86, 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 #D04A10 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 16 -
CMYK 0 0.64 0.92 0.18
HSL 18.13º 0.86% 0.44% -
HSV(B) 18.13º 0.92% 0.82% -
XYZ 28.55 18.34 2.53 -
YUV 107.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 208 74 16 0 0.64 0.92 0.18 18.13 0.86 0.44
Hex D0 4A 10 0 40 5C 12 12 56 2C
Octal 320 112 20 0 100 134 22 22 126 54
Binary 11010000 1001010 10000 0 1000000 1011100 10010 10010 1010110 101100

Color Harmonies of #D04A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A10

Black with #D04A10

Text Example


Text Example

White with #D04A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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