Html Css Color HEX #CD6700 Tenne (Tawny)

📋 copy color: '#CD6700'

red 205 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #CD6700

Tints of Tenne (Tawny) #CD6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 66.56%
G = 33.44%
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

#CD6700 (or 0xCD6700) is known color: Tenne (Tawny). HEX triplet: CD, 67 and 00. RGB value is (205,103,0). Sum of RGB (Red+Green+Blue) = 205+103+0=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6700 is #3298FF. Grayscale: #7A7A7A. Windows color (decimal): -3315968 or 26573. OLE color: 26573.

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

Color convert

RGB 205 103 0 -
CMYK 0 0.50 1 0.20
HSL 30.15º 1% 0.4% -
HSV(B) 30.15º 1% 0.8% -
XYZ 30.03 22.68 2.8 -
YUV 121.76 59.29 187.38 -
System Red Green Blue C M Y K H S L
Decimal 205 103 0 0 0.50 1 0.20 30.15 1 0.4
Hex CD 67 0 0 32 64 14 1E 64 28
Octal 315 147 0 0 62 144 24 36 144 50
Binary 11001101 1100111 0 0 110010 1100100 10100 11110 1100100 101000

Color Harmonies of #CD6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6700

Black with #CD6700

Text Example


Text Example

White with #CD6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6700; }

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

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

background-color css

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

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

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

border-color css

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

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

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