#D64200

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

Shades of Tenne (Tawny) #D64200

Tints of Tenne (Tawny) #D64200

Color information

#D64200 (or 0xD64200) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 42 and 00. RGB value is (214,66,0). Sum of RGB (Red+Green+Blue) = 214+66+0=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D64200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64200 is #29BDFF. Grayscale: #676767. Windows color (decimal): -2735616 or 17110. OLE color: 17110.

HSL color Cylindrical-coordinate representation of color #D64200: hue angle of 18.5º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D64200 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB214660-
CMYK00.6910.16
HSL18.5º100%41.96%-
HSV(B)18.5º100%83.92%-
XYZ29.6818.191.95-
YUV102.7370.03207.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.43%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.43%
G=23.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21466000.6910.1618.510041.96
HexD6420045641013642a
Octal32610200105144202314452
Binary110101101000010001000101110010010000100111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64200; }

 p { color: rgb(214,66,0); }

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

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

 a { background-color: rgb(214,66,0); }

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

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

 span { border-color: rgb(214,66,0); }

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