#D25F03

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

Shades of Tenne (Tawny) #D25F03

Tints of Tenne (Tawny) #D25F03

Color information

#D25F03 (or 0xD25F03) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 5F and 03. RGB value is (210,95,3). Sum of RGB (Red+Green+Blue) = 210+95+3=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F03 is #2DA0FC. Grayscale: #777777. Windows color (decimal): -2990333 or 221138. OLE color: 221138.

HSL color Cylindrical-coordinate representation of color #D25F03: hue angle of 26.67º 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 #D25F03 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB210953-
CMYK00.550.990.18
HSL26.67º97.18%41.76%-
HSV(B)26.67º98.57%82.35%-
XYZ30.6921.892.69-
YUV118.962.6192.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 68.18%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=68.18%
G=30.84%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21095300.550.990.1826.6797.1841.76
HexD25F303763121b612a
Octal3221373067143223314152
Binary110100101011111110110111110001110010110111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25F03; }

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

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

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

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

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

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

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

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