Html Css Color HEX #CD5011 Tenne (Tawny)

📋 copy color: '#CD5011'

red 205 ◦ green 80 ◦ blue 17

#CD5011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CD5011

Tints of Tenne (Tawny) #CD5011

RGB

 RED value IS 205 (80.47% from 255) = 67.88%

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 67.88%
G = 26.49%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD5011 (or 0xCD5011) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 11. RGB value is (205,80,17). Sum of RGB (Red+Green+Blue) = 205+80+17=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5011 is #32AFEE. Grayscale: #6E6E6E. Windows color (decimal): -3321839 or 1134797. OLE color: 1134797.

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

Color convert

RGB 205 80 17 -
CMYK 0 0.61 0.92 0.20
HSL 20.11º 0.85% 0.44% -
HSV(B) 20.11º 0.92% 0.8% -
XYZ 28.15 18.76 2.67 -
YUV 110.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 205 80 17 0 0.61 0.92 0.20 20.11 0.85 0.44
Hex CD 50 11 0 3D 5C 14 14 55 2C
Octal 315 120 21 0 75 134 24 24 125 54
Binary 11001101 1010000 10001 0 111101 1011100 10100 10100 1010101 101100

Color Harmonies of #CD5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5011

Black with #CD5011

Text Example


Text Example

White with #CD5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5011; }

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

 H1.HeaderClassName
 {
   color: #CD5011;
 }
 .AnyTagClassName
 {
   color: #CD5011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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