Html Css Color HEX #CD5000 Tenne (Tawny)

📋 copy color: '#CD5000'

red 205 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #CD5000

Tints of Tenne (Tawny) #CD5000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.93%
G = 28.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD5000 (or 0xCD5000) is known color: Tenne (Tawny). HEX triplet: CD, 50 and 00. RGB value is (205,80,0). Sum of RGB (Red+Green+Blue) = 205+80+0=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5000 is #32AFFF. Grayscale: #6C6C6C. Windows color (decimal): -3321856 or 20685. OLE color: 20685.

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

Color convert

RGB 205 80 0 -
CMYK 0 0.61 1 0.20
HSL 23.41º 1% 0.4% -
HSV(B) 23.41º 1% 0.8% -
XYZ 28.05 18.72 2.13 -
YUV 108.26 66.91 197 -
System Red Green Blue C M Y K H S L
Decimal 205 80 0 0 0.61 1 0.20 23.41 1 0.4
Hex CD 50 0 0 3D 64 14 17 64 28
Octal 315 120 0 0 75 144 24 27 144 50
Binary 11001101 1010000 0 0 111101 1100100 10100 10111 1100100 101000

Color Harmonies of #CD5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5000

Black with #CD5000

Text Example


Text Example

White with #CD5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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