Html Css Color HEX #C6800E Dark Goldenrod

📋 copy color: '#C6800E'

red 198 ◦ green 128 ◦ blue 14

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

Shades of Dark Goldenrod #C6800E

Tints of Dark Goldenrod #C6800E

RGB

 RED value IS 198 (77.73% from 255) = 58.24%

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 58.24%
G = 37.65%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6800E (or 0xC6800E) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 0E. RGB value is (198,128,14). Sum of RGB (Red+Green+Blue) = 198+128+14=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6800E is #397FF1. Grayscale: #888888. Windows color (decimal): -3768306 or 950470. OLE color: 950470.

HSL color Cylindrical-coordinate representation of color #C6800E: hue angle of 37.17º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6800E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 14 -
CMYK 0 0.35 0.93 0.22
HSL 37.17º 0.87% 0.42% -
HSV(B) 37.17º 0.93% 0.78% -
XYZ 31.09 27.48 4.08 -
YUV 135.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 198 128 14 0 0.35 0.93 0.22 37.17 0.87 0.42
Hex C6 80 E 0 23 5D 16 25 57 2A
Octal 306 200 16 0 43 135 26 45 127 52
Binary 11000110 10000000 1110 0 100011 1011101 10110 100101 1010111 101010

Color Harmonies of #C6800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6800E

Black with #C6800E

Text Example


Text Example

White with #C6800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6800E; }

 p { color: rgb(198,128,14); }

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

background-color css

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

 a { background-color: rgb(198,128,14); }

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

border-color css

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

 span { border-color: rgb(198,128,14); }

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