Html Css Color HEX #CD6900 Tenne (Tawny)

📋 copy color: '#CD6900'

red 205 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #CD6900

Tints of Tenne (Tawny) #CD6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

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

R = 66.13%
G = 33.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD6900 (or 0xCD6900) is known color: Tenne (Tawny). HEX triplet: CD, 69 and 00. RGB value is (205,105,0). Sum of RGB (Red+Green+Blue) = 205+105+0=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6900 is #3296FF. Grayscale: #7B7B7B. Windows color (decimal): -3315456 or 27085. OLE color: 27085.

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

Color convert

RGB 205 105 0 -
CMYK 0 0.49 1 0.20
HSL 30.73º 1% 0.4% -
HSV(B) 30.73º 1% 0.8% -
XYZ 30.23 23.08 2.86 -
YUV 122.93 58.63 186.54 -
System Red Green Blue C M Y K H S L
Decimal 205 105 0 0 0.49 1 0.20 30.73 1 0.4
Hex CD 69 0 0 31 64 14 1F 64 28
Octal 315 151 0 0 61 144 24 37 144 50
Binary 11001101 1101001 0 0 110001 1100100 10100 11111 1100100 101000

Color Harmonies of #CD6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6900

Black with #CD6900

Text Example


Text Example

White with #CD6900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6900; }

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

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

background-color css

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

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

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

border-color css

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

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

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