#D26003

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

Shades of Tenne (Tawny) #D26003

Tints of Tenne (Tawny) #D26003

Color information

#D26003 (or 0xD26003) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 60 and 03. RGB value is (210,96,3). Sum of RGB (Red+Green+Blue) = 210+96+3=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D26003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26003 is #2D9FFC. Grayscale: #777777. Windows color (decimal): -2990077 or 221394. OLE color: 221394.

HSL color Cylindrical-coordinate representation of color #D26003: hue angle of 26.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D26003 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB210963-
CMYK00.540.990.18
HSL26.96º97.18%41.76%-
HSV(B)26.96º98.57%82.35%-
XYZ30.7822.072.72-
YUV119.4862.27192.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.96%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=67.96%
G=31.07%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21096300.540.990.1826.9697.1841.76
HexD260303663121b612a
Octal3221403066143223314152
Binary110100101100000110110110110001110010110111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26003; }

 p { color: rgb(210,96,3); }

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

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

 a { background-color: rgb(210,96,3); }

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

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

 span { border-color: rgb(210,96,3); }

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