Html Css Color HEX #CD5D00 Tenne (Tawny)

📋 copy color: '#CD5D00'

red 205 ◦ green 93 ◦ blue 0

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

Shades of Tenne (Tawny) #CD5D00

Tints of Tenne (Tawny) #CD5D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

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

R = 68.79%
G = 31.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD5D00 (or 0xCD5D00) is known color: Tenne (Tawny). HEX triplet: CD, 5D and 00. RGB value is (205,93,0). Sum of RGB (Red+Green+Blue) = 205+93+0=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D00 is #32A2FF. Grayscale: #747474. Windows color (decimal): -3318528 or 24013. OLE color: 24013.

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

Color convert

RGB 205 93 0 -
CMYK 0 0.55 1 0.20
HSL 27.22º 1% 0.4% -
HSV(B) 27.22º 1% 0.8% -
XYZ 29.09 20.81 2.48 -
YUV 115.89 62.61 191.56 -
System Red Green Blue C M Y K H S L
Decimal 205 93 0 0 0.55 1 0.20 27.22 1 0.4
Hex CD 5D 0 0 37 64 14 1B 64 28
Octal 315 135 0 0 67 144 24 33 144 50
Binary 11001101 1011101 0 0 110111 1100100 10100 11011 1100100 101000

Color Harmonies of #CD5D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D00

Black with #CD5D00

Text Example


Text Example

White with #CD5D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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