Html Css Color HEX #D04A0B Tenne (Tawny)

📋 copy color: '#D04A0B'

red 208 ◦ green 74 ◦ blue 11

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

Shades of Tenne (Tawny) #D04A0B

Tints of Tenne (Tawny) #D04A0B

RGB

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

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

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

R = 70.99%
G = 25.26%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D04A0B (or 0xD04A0B) is known color: Tenne (Tawny). HEX triplet: D0, 4A and 0B. RGB value is (208,74,11). Sum of RGB (Red+Green+Blue) = 208+74+11=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A0B is #2FB5F4. Grayscale: #6B6B6B. Windows color (decimal): -3126773 or 740048. OLE color: 740048.

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

Color convert

RGB 208 74 11 -
CMYK 0 0.64 0.95 0.18
HSL 19.19º 0.9% 0.43% -
HSV(B) 19.19º 0.95% 0.82% -
XYZ 28.52 18.33 2.35 -
YUV 106.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 208 74 11 0 0.64 0.95 0.18 19.19 0.9 0.43
Hex D0 4A B 0 40 5F 12 13 5A 2B
Octal 320 112 13 0 100 137 22 23 132 53
Binary 11010000 1001010 1011 0 1000000 1011111 10010 10011 1011010 101011

Color Harmonies of #D04A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A0B

Black with #D04A0B

Text Example


Text Example

White with #D04A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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