#CD5600

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

Shades of Tenne (Tawny) #CD5600

Tints of Tenne (Tawny) #CD5600

Color information

#CD5600 (or 0xCD5600) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 56 and 00. RGB value is (205,86,0). Sum of RGB (Red+Green+Blue) = 205+86+0=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5600 is #32A9FF. Grayscale: #707070. Windows color (decimal): -3320320 or 22221. OLE color: 22221.

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

Color convert

RGB205860-
CMYK00.5810.20
HSL25.17º100%40.2%-
HSV(B)25.17º100%80.39%-
XYZ28.519.632.29-
YUV111.7864.92194.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 70.45%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.45%
G=29.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20586000.5810.2025.1710040.2
HexCD56003A6414196428
Octal3151260072144243114450
Binary11001101101011000111010110010010100110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5600; }

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

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

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

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

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

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

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

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