Html Css Color HEX #C5930B Dark Goldenrod

📋 copy color: '#C5930B'

red 197 ◦ green 147 ◦ blue 11

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

Shades of Dark Goldenrod #C5930B

Tints of Dark Goldenrod #C5930B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 55.49%
G = 41.41%
B = 3.1%

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

#C5930B (or 0xC5930B) is known color: Dark Goldenrod. HEX triplet: C5, 93 and 0B. RGB value is (197,147,11). Sum of RGB (Red+Green+Blue) = 197+147+11=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5930B is #3A6CF4. Grayscale: #939393. Windows color (decimal): -3828981 or 758725. OLE color: 758725.

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

Color convert

RGB 197 147 11 -
CMYK 0 0.25 0.94 0.23
HSL 43.87º 0.89% 0.41% -
HSV(B) 43.87º 0.94% 0.77% -
XYZ 33.52 32.76 4.87 -
YUV 146.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 197 147 11 0 0.25 0.94 0.23 43.87 0.89 0.41
Hex C5 93 B 0 19 5E 17 2C 59 29
Octal 305 223 13 0 31 136 27 54 131 51
Binary 11000101 10010011 1011 0 11001 1011110 10111 101100 1011001 101001

Color Harmonies of #C5930B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5930B

Black with #C5930B

Text Example


Text Example

White with #C5930B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5930B; }

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

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

background-color css

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

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

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

border-color css

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

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

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