Html Css Color HEX #C67E10 Dark Goldenrod

📋 copy color: '#C67E10'

red 198 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #C67E10

Tints of Dark Goldenrod #C67E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

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

R = 58.24%
G = 37.06%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67E10 (or 0xC67E10) is known color: Dark Goldenrod. HEX triplet: C6, 7E and 10. RGB value is (198,126,16). Sum of RGB (Red+Green+Blue) = 198+126+16=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E10 is #3981EF. Grayscale: #878787. Windows color (decimal): -3768816 or 1081030. OLE color: 1081030.

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

Color convert

RGB 198 126 16 -
CMYK 0 0.36 0.92 0.22
HSL 36.26º 0.85% 0.42% -
HSV(B) 36.26º 0.92% 0.78% -
XYZ 30.84 26.96 4.07 -
YUV 134.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 198 126 16 0 0.36 0.92 0.22 36.26 0.85 0.42
Hex C6 7E 10 0 24 5C 16 24 55 2A
Octal 306 176 20 0 44 134 26 44 125 52
Binary 11000110 1111110 10000 0 100100 1011100 10110 100100 1010101 101010

Color Harmonies of #C67E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E10

Black with #C67E10

Text Example


Text Example

White with #C67E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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