Html Css Color HEX #C68311 Dark Goldenrod

📋 copy color: '#C68311'

red 198 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #C68311

Tints of Dark Goldenrod #C68311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 17 (7.03% from 255) = 4.91%

R = 57.23%
G = 37.86%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C68311 (or 0xC68311) is known color: Dark Goldenrod. HEX triplet: C6, 83 and 11. RGB value is (198,131,17). Sum of RGB (Red+Green+Blue) = 198+131+17=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C68311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68311 is #397CEE. Grayscale: #8A8A8A. Windows color (decimal): -3767535 or 1147846. OLE color: 1147846.

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

Color convert

RGB 198 131 17 -
CMYK 0 0.34 0.91 0.22
HSL 37.79º 0.84% 0.42% -
HSV(B) 37.79º 0.91% 0.78% -
XYZ 31.51 28.28 4.33 -
YUV 138.04 59.7 170.77 -
System Red Green Blue C M Y K H S L
Decimal 198 131 17 0 0.34 0.91 0.22 37.79 0.84 0.42
Hex C6 83 11 0 22 5B 16 26 54 2A
Octal 306 203 21 0 42 133 26 46 124 52
Binary 11000110 10000011 10001 0 100010 1011011 10110 100110 1010100 101010

Color Harmonies of #C68311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68311

Black with #C68311

Text Example


Text Example

White with #C68311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68311; }

 p { color: rgb(198,131,17); }

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

background-color css

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

 a { background-color: rgb(198,131,17); }

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

border-color css

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

 span { border-color: rgb(198,131,17); }

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