Html Css Color HEX #CD650A Tenne (Tawny)

📋 copy color: '#CD650A'

red 205 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #CD650A

Tints of Tenne (Tawny) #CD650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 64.87%
G = 31.96%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD650A (or 0xCD650A) is known color: Tenne (Tawny). HEX triplet: CD, 65 and 0A. RGB value is (205,101,10). Sum of RGB (Red+Green+Blue) = 205+101+10=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD650A is #329AF5. Grayscale: #7A7A7A. Windows color (decimal): -3316470 or 681421. OLE color: 681421.

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

Color convert

RGB 205 101 10 -
CMYK 0 0.51 0.95 0.20
HSL 28º 0.91% 0.42% -
HSV(B) 28º 0.95% 0.8% -
XYZ 29.89 22.31 3.02 -
YUV 121.72 64.96 187.4 -
System Red Green Blue C M Y K H S L
Decimal 205 101 10 0 0.51 0.95 0.20 28 0.91 0.42
Hex CD 65 A 0 33 5F 14 1C 5B 2A
Octal 315 145 12 0 63 137 24 34 133 52
Binary 11001101 1100101 1010 0 110011 1011111 10100 11100 1011011 101010

Color Harmonies of #CD650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD650A

Black with #CD650A

Text Example


Text Example

White with #CD650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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