#D05D07

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

Shades of Tenne (Tawny) #D05D07

Tints of Tenne (Tawny) #D05D07

Color information

#D05D07 (or 0xD05D07) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 5D and 07. RGB value is (208,93,7). Sum of RGB (Red+Green+Blue) = 208+93+7=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05D07 is #2FA2F8. Grayscale: #767676. Windows color (decimal): -3121913 or 482768. OLE color: 482768.

HSL color Cylindrical-coordinate representation of color #D05D07: hue angle of 25.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D05D07 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB208937-
CMYK00.550.970.18
HSL25.67º93.49%42.16%-
HSV(B)25.67º96.63%81.57%-
XYZ29.9721.252.72-
YUV117.5865.6192.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.53%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 7 (3.12% from 255) = 2.27%
R=67.53%
G=30.19%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20893700.550.970.1825.6793.4942.16
HexD05D703761121a5d2a
Octal3201357067141223213552
Binary1101000010111011110110111110000110010110101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D07; }

 p { color: rgb(208,93,7); }

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

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

 a { background-color: rgb(208,93,7); }

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

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

 span { border-color: rgb(208,93,7); }

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