#D65508

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

Shades of Tenne (Tawny) #D65508

Tints of Tenne (Tawny) #D65508

Color information

#D65508 (or 0xD65508) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 55 and 08. RGB value is (214,85,8). Sum of RGB (Red+Green+Blue) = 214+85+8=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D65508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65508 is #29AAF7. Grayscale: #737373. Windows color (decimal): -2730744 or 546262. OLE color: 546262.

HSL color Cylindrical-coordinate representation of color #D65508: hue angle of 22.43º degrees, saturation: 0.93, 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 #D65508 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB214858-
CMYK00.600.960.16
HSL22.43º92.79%43.53%-
HSV(B)22.43º96.26%83.92%-
XYZ31.0220.812.61-
YUV114.7967.74198.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.71%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=69.71%
G=27.69%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21485800.600.960.1622.4392.7943.53
HexD655803C6010165d2c
Octal32612510074140202613554
Binary11010110101010110000111100110000010000101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65508; }

 p { color: rgb(214,85,8); }

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

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

 a { background-color: rgb(214,85,8); }

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

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

 span { border-color: rgb(214,85,8); }

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