Html Css Color HEX #CD6600 Tenne (Tawny)

📋 copy color: '#CD6600'

red 205 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #CD6600

Tints of Tenne (Tawny) #CD6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 66.78%
G = 33.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD6600 (or 0xCD6600) is known color: Tenne (Tawny). HEX triplet: CD, 66 and 00. RGB value is (205,102,0). Sum of RGB (Red+Green+Blue) = 205+102+0=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6600 is #3299FF. Grayscale: #797979. Windows color (decimal): -3316224 or 26317. OLE color: 26317.

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

Color convert

RGB 205 102 0 -
CMYK 0 0.50 1 0.20
HSL 29.85º 1% 0.4% -
HSV(B) 29.85º 1% 0.8% -
XYZ 29.93 22.48 2.76 -
YUV 121.17 59.62 187.79 -
System Red Green Blue C M Y K H S L
Decimal 205 102 0 0 0.50 1 0.20 29.85 1 0.4
Hex CD 66 0 0 32 64 14 1E 64 28
Octal 315 146 0 0 62 144 24 36 144 50
Binary 11001101 1100110 0 0 110010 1100100 10100 11110 1100100 101000

Color Harmonies of #CD6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6600

Black with #CD6600

Text Example


Text Example

White with #CD6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6600; }

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

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

background-color css

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

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

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

border-color css

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

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

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