Html Css Color HEX #C78310 Dark Goldenrod

📋 copy color: '#C78310'

red 199 ◦ green 131 ◦ blue 16

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

Shades of Dark Goldenrod #C78310

Tints of Dark Goldenrod #C78310

RGB

 RED value IS 199 (78.13% from 255) = 57.51%

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

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

R = 57.51%
G = 37.86%
B = 4.62%

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

#C78310 (or 0xC78310) is known color: Dark Goldenrod. HEX triplet: C7, 83 and 10. RGB value is (199,131,16). Sum of RGB (Red+Green+Blue) = 199+131+16=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C78310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78310 is #387CEF. Grayscale: #8A8A8A. Windows color (decimal): -3702000 or 1082311. OLE color: 1082311.

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

Color convert

RGB 199 131 16 -
CMYK 0 0.34 0.92 0.22
HSL 37.7º 0.85% 0.42% -
HSV(B) 37.7º 0.92% 0.78% -
XYZ 31.76 28.41 4.3 -
YUV 138.22 59.03 171.35 -
System Red Green Blue C M Y K H S L
Decimal 199 131 16 0 0.34 0.92 0.22 37.7 0.85 0.42
Hex C7 83 10 0 22 5C 16 26 55 2A
Octal 307 203 20 0 42 134 26 46 125 52
Binary 11000111 10000011 10000 0 100010 1011100 10110 100110 1010101 101010

Color Harmonies of #C78310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78310

Black with #C78310

Text Example


Text Example

White with #C78310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78310; }

 p { color: rgb(199,131,16); }

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

background-color css

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

 a { background-color: rgb(199,131,16); }

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

border-color css

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

 span { border-color: rgb(199,131,16); }

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