Html Css Color HEX #CD680A Tenne (Tawny)

📋 copy color: '#CD680A'

red 205 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #CD680A

Tints of Tenne (Tawny) #CD680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

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

R = 64.26%
G = 32.6%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD680A (or 0xCD680A) is known color: Tenne (Tawny). HEX triplet: CD, 68 and 0A. RGB value is (205,104,10). Sum of RGB (Red+Green+Blue) = 205+104+10=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD680A is #3297F5. Grayscale: #7B7B7B. Windows color (decimal): -3315702 or 682189. OLE color: 682189.

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

Color convert

RGB 205 104 10 -
CMYK 0 0.49 0.95 0.20
HSL 28.92º 0.91% 0.42% -
HSV(B) 28.92º 0.95% 0.8% -
XYZ 30.18 22.9 3.12 -
YUV 123.48 63.96 186.14 -
System Red Green Blue C M Y K H S L
Decimal 205 104 10 0 0.49 0.95 0.20 28.92 0.91 0.42
Hex CD 68 A 0 31 5F 14 1D 5B 2A
Octal 315 150 12 0 61 137 24 35 133 52
Binary 11001101 1101000 1010 0 110001 1011111 10100 11101 1011011 101010

Color Harmonies of #CD680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD680A

Black with #CD680A

Text Example


Text Example

White with #CD680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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