#D64100

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

Shades of Tenne (Tawny) #D64100

Tints of Tenne (Tawny) #D64100

Color information

#D64100 (or 0xD64100) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 41 and 00. RGB value is (214,65,0). Sum of RGB (Red+Green+Blue) = 214+65+0=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D64100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64100 is #29BEFF. Grayscale: #666666. Windows color (decimal): -2735872 or 16854. OLE color: 16854.

HSL color Cylindrical-coordinate representation of color #D64100: hue angle of 18.22º 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 #D64100 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB214650-
CMYK00.7010.16
HSL18.22º100%41.96%-
HSV(B)18.22º100%83.92%-
XYZ29.6218.081.93-
YUV102.1470.36207.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.70%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.70%
G=23.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21465000.7010.1618.2210041.96
HexD6410046641012642a
Octal32610100106144202214452
Binary110101101000001001000110110010010000100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64100; }

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

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

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

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

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

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

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

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