Html Css Color HEX #C5940C Dark Goldenrod

📋 copy color: '#C5940C'

red 197 ◦ green 148 ◦ blue 12

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

Shades of Dark Goldenrod #C5940C

Tints of Dark Goldenrod #C5940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 55.18%
G = 41.46%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5940C (or 0xC5940C) is known color: Dark Goldenrod. HEX triplet: C5, 94 and 0C. RGB value is (197,148,12). Sum of RGB (Red+Green+Blue) = 197+148+12=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5940C is #3A6BF3. Grayscale: #939393. Windows color (decimal): -3828724 or 824517. OLE color: 824517.

HSL color Cylindrical-coordinate representation of color #C5940C: hue angle of 44.11º 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 #C5940C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 12 -
CMYK 0 0.25 0.94 0.23
HSL 44.11º 0.89% 0.41% -
HSV(B) 44.11º 0.94% 0.77% -
XYZ 33.68 33.08 4.96 -
YUV 147.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 197 148 12 0 0.25 0.94 0.23 44.11 0.89 0.41
Hex C5 94 C 0 19 5E 17 2C 59 29
Octal 305 224 14 0 31 136 27 54 131 51
Binary 11000101 10010100 1100 0 11001 1011110 10111 101100 1011001 101001

Color Harmonies of #C5940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5940C

Black with #C5940C

Text Example


Text Example

White with #C5940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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