#D04B00

Color #D04B00 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D04B00

Tints of Tenne (Tawny) #D04B00

Color information

#D04B00 (or 0xD04B00) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 4B and 00. RGB value is (208,75,0). Sum of RGB (Red+Green+Blue) = 208+75+0=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04B00 is #2FB4FF. Grayscale: #6A6A6A. Windows color (decimal): -3126528 or 19408. OLE color: 19408.

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

Color convert

RGB208750-
CMYK00.6410.18
HSL21.63º100%40.78%-
HSV(B)21.63º100%81.57%-
XYZ28.5318.442.06-
YUV106.2268.06200.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 73.50%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.50%
G=26.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20875000.6410.1821.6310040.78
HexD04B00406412166429
Octal32011300100144222614451
Binary110100001001011001000000110010010010101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04B00; }

 p { color: rgb(208,75,0); }

 H1.HeaderClassName
 {
   color: #D04B00;
 }
 .AnyTagClassName
 {
   color: #D04B00;
 }
</style>
background-color css

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

 a { background-color: rgb(208,75,0); }

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

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

 span { border-color: rgb(208,75,0); }

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