Html Css Color HEX #CD660A Tenne (Tawny)

📋 copy color: '#CD660A'

red 205 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #CD660A

Tints of Tenne (Tawny) #CD660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 64.67%
G = 32.18%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD660A (or 0xCD660A) is known color: Tenne (Tawny). HEX triplet: CD, 66 and 0A. RGB value is (205,102,10). Sum of RGB (Red+Green+Blue) = 205+102+10=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD660A is #3299F5. Grayscale: #7A7A7A. Windows color (decimal): -3316214 or 681677. OLE color: 681677.

HSL color Cylindrical-coordinate representation of color #CD660A: hue angle of 28.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD660A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 102 10 -
CMYK 0 0.50 0.95 0.20
HSL 28.31º 0.91% 0.42% -
HSV(B) 28.31º 0.95% 0.8% -
XYZ 29.98 22.5 3.05 -
YUV 122.31 64.62 186.98 -
System Red Green Blue C M Y K H S L
Decimal 205 102 10 0 0.50 0.95 0.20 28.31 0.91 0.42
Hex CD 66 A 0 32 5F 14 1C 5B 2A
Octal 315 146 12 0 62 137 24 34 133 52
Binary 11001101 1100110 1010 0 110010 1011111 10100 11100 1011011 101010

Color Harmonies of #CD660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD660A

Black with #CD660A

Text Example


Text Example

White with #CD660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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