Html Css Color HEX #C58003 Dark Goldenrod

📋 copy color: '#C58003'

red 197 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #C58003

Tints of Dark Goldenrod #C58003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 60.06%
G = 39.02%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C58003 (or 0xC58003) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 03. RGB value is (197,128,3). Sum of RGB (Red+Green+Blue) = 197+128+3=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C58003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58003 is #3A7FFC. Grayscale: #868686. Windows color (decimal): -3833853 or 229573. OLE color: 229573.

HSL color Cylindrical-coordinate representation of color #C58003: hue angle of 38.66º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C58003 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 128 3 -
CMYK 0 0.35 0.98 0.23
HSL 38.66º 0.97% 0.39% -
HSV(B) 38.66º 0.98% 0.77% -
XYZ 30.76 27.32 3.74 -
YUV 134.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 197 128 3 0 0.35 0.98 0.23 38.66 0.97 0.39
Hex C5 80 3 0 23 62 17 27 61 27
Octal 305 200 3 0 43 142 27 47 141 47
Binary 11000101 10000000 11 0 100011 1100010 10111 100111 1100001 100111

Color Harmonies of #C58003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58003

Black with #C58003

Text Example


Text Example

White with #C58003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58003; }

 p { color: rgb(197,128,3); }

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

background-color css

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

 a { background-color: rgb(197,128,3); }

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

border-color css

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

 span { border-color: rgb(197,128,3); }

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