Html Css Color HEX #C68210 Dark Goldenrod

📋 copy color: '#C68210'

red 198 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #C68210

Tints of Dark Goldenrod #C68210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 57.56%
G = 37.79%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C68210 (or 0xC68210) is known color: Dark Goldenrod. HEX triplet: C6, 82 and 10. RGB value is (198,130,16). Sum of RGB (Red+Green+Blue) = 198+130+16=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C68210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68210 is #397DEF. Grayscale: #898989. Windows color (decimal): -3767792 or 1082054. OLE color: 1082054.

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

Color convert

RGB 198 130 16 -
CMYK 0 0.34 0.92 0.22
HSL 37.58º 0.85% 0.42% -
HSV(B) 37.58º 0.92% 0.78% -
XYZ 31.36 28.01 4.24 -
YUV 137.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 198 130 16 0 0.34 0.92 0.22 37.58 0.85 0.42
Hex C6 82 10 0 22 5C 16 26 55 2A
Octal 306 202 20 0 42 134 26 46 125 52
Binary 11000110 10000010 10000 0 100010 1011100 10110 100110 1010101 101010

Color Harmonies of #C68210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68210

Black with #C68210

Text Example


Text Example

White with #C68210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68210; }

 p { color: rgb(198,130,16); }

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

background-color css

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

 a { background-color: rgb(198,130,16); }

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

border-color css

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

 span { border-color: rgb(198,130,16); }

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