Html Css Color HEX #C5930C Dark Goldenrod

📋 copy color: '#C5930C'

red 197 ◦ green 147 ◦ blue 12

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

Shades of Dark Goldenrod #C5930C

Tints of Dark Goldenrod #C5930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 55.34%
G = 41.29%
B = 3.37%

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

#C5930C (or 0xC5930C) is known color: Dark Goldenrod. HEX triplet: C5, 93 and 0C. RGB value is (197,147,12). Sum of RGB (Red+Green+Blue) = 197+147+12=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5930C is #3A6CF3. Grayscale: #939393. Windows color (decimal): -3828980 or 824261. OLE color: 824261.

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

Color convert

RGB 197 147 12 -
CMYK 0 0.25 0.94 0.23
HSL 43.78º 0.89% 0.41% -
HSV(B) 43.78º 0.94% 0.77% -
XYZ 33.53 32.76 4.9 -
YUV 146.56 52.07 163.98 -
System Red Green Blue C M Y K H S L
Decimal 197 147 12 0 0.25 0.94 0.23 43.78 0.89 0.41
Hex C5 93 C 0 19 5E 17 2C 59 29
Octal 305 223 14 0 31 136 27 54 131 51
Binary 11000101 10010011 1100 0 11001 1011110 10111 101100 1011001 101001

Color Harmonies of #C5930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5930C

Black with #C5930C

Text Example


Text Example

White with #C5930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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