#cd500f

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

Shades of Tenne (Tawny) #CD500F

Tints of Tenne (Tawny) #CD500F

Color information

#CD500F (or 0xCD500F) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 50 and 0F. RGB value is (205,80,15). Sum of RGB (Red+Green+Blue) = 205+80+15=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD500F is #32AFF0. Grayscale: #6E6E6E. Windows color (decimal): -3321841 or 1003725. OLE color: 1003725.

HSL color Cylindrical-coordinate representation of color #CD500F: hue angle of 20.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD500F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB2058015-
CMYK00.610.930.20
HSL20.53º86.36%43.14%-
HSV(B)20.53º92.68%80.39%-
XYZ28.1318.752.59-
YUV109.9674.41195.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.33%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 15 (6.25% from 255) = 5%
R=68.33%
G=26.67%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205801500.610.930.2020.5386.3643.14
HexCD50F03D5D1415562b
Octal31512017075135242512653
Binary11001101101000011110111101101110110100101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd500f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd500f; }

 p { color: rgb(205,80,15); }

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

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

 a { background-color: rgb(205,80,15); }

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

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

 span { border-color: rgb(205,80,15); }

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