Html Css Color HEX #C5920C Dark Goldenrod

📋 copy color: '#C5920C'

red 197 ◦ green 146 ◦ blue 12

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

Shades of Dark Goldenrod #C5920C

Tints of Dark Goldenrod #C5920C

RGB

 RED value IS 197 (77.34% from 255) = 55.49%

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 55.49%
G = 41.13%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5920C (or 0xC5920C) is known color: Dark Goldenrod. HEX triplet: C5, 92 and 0C. RGB value is (197,146,12). Sum of RGB (Red+Green+Blue) = 197+146+12=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5920C is #3A6DF3. Grayscale: #929292. Windows color (decimal): -3829236 or 824005. OLE color: 824005.

HSL color Cylindrical-coordinate representation of color #C5920C: hue angle of 43.46º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5920C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 12 -
CMYK 0 0.26 0.94 0.23
HSL 43.46º 0.89% 0.41% -
HSV(B) 43.46º 0.94% 0.77% -
XYZ 33.37 32.45 4.85 -
YUV 145.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 197 146 12 0 0.26 0.94 0.23 43.46 0.89 0.41
Hex C5 92 C 0 1A 5E 17 2B 59 29
Octal 305 222 14 0 32 136 27 53 131 51
Binary 11000101 10010010 1100 0 11010 1011110 10111 101011 1011001 101001

Color Harmonies of #C5920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5920C

Black with #C5920C

Text Example


Text Example

White with #C5920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5920C; }

 p { color: rgb(197,146,12); }

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

background-color css

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

 a { background-color: rgb(197,146,12); }

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

border-color css

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

 span { border-color: rgb(197,146,12); }

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