#D64509

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

Shades of Tenne (Tawny) #D64509

Tints of Tenne (Tawny) #D64509

Color information

#D64509 (or 0xD64509) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 45 and 09. RGB value is (214,69,9). Sum of RGB (Red+Green+Blue) = 214+69+9=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D64509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64509 is #29BAF6. Grayscale: #696969. Windows color (decimal): -2734839 or 607702. OLE color: 607702.

HSL color Cylindrical-coordinate representation of color #D64509: hue angle of 17.56º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D64509 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB214699-
CMYK00.680.960.16
HSL17.56º91.93%43.73%-
HSV(B)17.56º95.79%83.92%-
XYZ29.9118.572.27-
YUV105.5273.54205.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 73.29%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 9 (3.91% from 255) = 3.08%
R=73.29%
G=23.63%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21469900.680.960.1617.5691.9343.73
HexD64590446010125c2c
Octal326105110104140202213454
Binary110101101000101100101000100110000010000100101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64509; }

 p { color: rgb(214,69,9); }

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

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

 a { background-color: rgb(214,69,9); }

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

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

 span { border-color: rgb(214,69,9); }

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