Html Css Color HEX #C58E0B Dark Goldenrod

📋 copy color: '#C58E0B'

red 197 ◦ green 142 ◦ blue 11

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

Shades of Dark Goldenrod #C58E0B

Tints of Dark Goldenrod #C58E0B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

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

R = 56.29%
G = 40.57%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C58E0B (or 0xC58E0B) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 0B. RGB value is (197,142,11). Sum of RGB (Red+Green+Blue) = 197+142+11=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E0B is #3A71F4. Grayscale: #909090. Windows color (decimal): -3830261 or 757445. OLE color: 757445.

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

Color convert

RGB 197 142 11 -
CMYK 0 0.28 0.94 0.23
HSL 42.26º 0.89% 0.41% -
HSV(B) 42.26º 0.94% 0.77% -
XYZ 32.76 31.24 4.62 -
YUV 143.51 53.22 166.15 -
System Red Green Blue C M Y K H S L
Decimal 197 142 11 0 0.28 0.94 0.23 42.26 0.89 0.41
Hex C5 8E B 0 1C 5E 17 2A 59 29
Octal 305 216 13 0 34 136 27 52 131 51
Binary 11000101 10001110 1011 0 11100 1011110 10111 101010 1011001 101001

Color Harmonies of #C58E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58E0B

Black with #C58E0B

Text Example


Text Example

White with #C58E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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