Html Css Color HEX #CD6400 Tenne (Tawny)

📋 copy color: '#CD6400'

red 205 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #CD6400

Tints of Tenne (Tawny) #CD6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 67.21%
G = 32.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD6400 (or 0xCD6400) is known color: Tenne (Tawny). HEX triplet: CD, 64 and 00. RGB value is (205,100,0). Sum of RGB (Red+Green+Blue) = 205+100+0=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6400 is #329BFF. Grayscale: #787878. Windows color (decimal): -3316736 or 25805. OLE color: 25805.

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

Color convert

RGB 205 100 0 -
CMYK 0 0.51 1 0.20
HSL 29.27º 1% 0.4% -
HSV(B) 29.27º 1% 0.8% -
XYZ 29.73 22.09 2.7 -
YUV 120 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 205 100 0 0 0.51 1 0.20 29.27 1 0.4
Hex CD 64 0 0 33 64 14 1D 64 28
Octal 315 144 0 0 63 144 24 35 144 50
Binary 11001101 1100100 0 0 110011 1100100 10100 11101 1100100 101000

Color Harmonies of #CD6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6400

Black with #CD6400

Text Example


Text Example

White with #CD6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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