#D65A08

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

Shades of Tenne (Tawny) #D65A08

Tints of Tenne (Tawny) #D65A08

Color information

#D65A08 (or 0xD65A08) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 5A and 08. RGB value is (214,90,8). Sum of RGB (Red+Green+Blue) = 214+90+8=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A08 is #29A5F7. Grayscale: #767676. Windows color (decimal): -2729464 or 547542. OLE color: 547542.

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

Color convert

RGB214908-
CMYK00.580.960.16
HSL23.88º92.79%43.53%-
HSV(B)23.88º96.26%83.92%-
XYZ31.4321.632.75-
YUV117.7366.08196.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.59%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=68.59%
G=28.85%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21490800.580.960.1623.8892.7943.53
HexD65A803A6010185d2c
Octal32613210072140203013554
Binary11010110101101010000111010110000010000110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A08; }

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

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

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

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

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

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

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

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