Html Css Color HEX #C67C10 Dark Goldenrod

📋 copy color: '#C67C10'

red 198 ◦ green 124 ◦ blue 16

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

Shades of Dark Goldenrod #C67C10

Tints of Dark Goldenrod #C67C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

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

R = 58.58%
G = 36.69%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67C10 (or 0xC67C10) is known color: Dark Goldenrod. HEX triplet: C6, 7C and 10. RGB value is (198,124,16). Sum of RGB (Red+Green+Blue) = 198+124+16=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C10 is #3983EF. Grayscale: #868686. Windows color (decimal): -3769328 or 1080518. OLE color: 1080518.

HSL color Cylindrical-coordinate representation of color #C67C10: hue angle of 35.6º 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 #C67C10 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 16 -
CMYK 0 0.37 0.92 0.22
HSL 35.6º 0.85% 0.42% -
HSV(B) 35.6º 0.92% 0.78% -
XYZ 30.59 26.46 3.98 -
YUV 133.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 198 124 16 0 0.37 0.92 0.22 35.6 0.85 0.42
Hex C6 7C 10 0 25 5C 16 24 55 2A
Octal 306 174 20 0 45 134 26 44 125 52
Binary 11000110 1111100 10000 0 100101 1011100 10110 100100 1010101 101010

Color Harmonies of #C67C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C10

Black with #C67C10

Text Example


Text Example

White with #C67C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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