#D94802

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

Shades of Tenne (Tawny) #D94802

Tints of Tenne (Tawny) #D94802

Color information

#D94802 (or 0xD94802) is unknown color: approx Tenne (Tawny). HEX triplet: D9, 48 and 02. RGB value is (217,72,2). Sum of RGB (Red+Green+Blue) = 217+72+2=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D94802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94802 is #26B7FD. Grayscale: #6B6B6B. Windows color (decimal): -2537470 or 149721. OLE color: 149721.

HSL color Cylindrical-coordinate representation of color #D94802: hue angle of 19.53º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D94802 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB217722-
CMYK00.670.990.15
HSL19.53º98.17%42.94%-
HSV(B)19.53º99.08%85.1%-
XYZ30.9419.392.17-
YUV107.3768.54206.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 74.57%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=74.57%
G=24.74%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21772200.670.990.1519.5398.1742.94
HexD948204363F14622b
Octal33111020103143172414253
Binary110110011001000100100001111000111111101001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94802; }

 p { color: rgb(217,72,2); }

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

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

 a { background-color: rgb(217,72,2); }

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

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

 span { border-color: rgb(217,72,2); }

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