#CD5900

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

Shades of Tenne (Tawny) #CD5900

Tints of Tenne (Tawny) #CD5900

Color information

#CD5900 (or 0xCD5900) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 59 and 00. RGB value is (205,89,0). Sum of RGB (Red+Green+Blue) = 205+89+0=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5900 is #32A6FF. Grayscale: #727272. Windows color (decimal): -3319552 or 22989. OLE color: 22989.

HSL color Cylindrical-coordinate representation of color #CD5900: hue angle of 26.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD5900 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB205890-
CMYK00.5710.20
HSL26.05º100%40.2%-
HSV(B)26.05º100%80.39%-
XYZ28.7520.122.37-
YUV113.5463.93193.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 69.73%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.73%
G=30.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20589000.5710.2026.0510040.2
HexCD59003964141a6428
Octal3151310071144243214450
Binary11001101101100100111001110010010100110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5900; }

 p { color: rgb(205,89,0); }

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

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

 a { background-color: rgb(205,89,0); }

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

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

 span { border-color: rgb(205,89,0); }

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