Html Css Color HEX #C58A01 Dark Goldenrod

📋 copy color: '#C58A01'

red 197 ◦ green 138 ◦ blue 1

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

Shades of Dark Goldenrod #C58A01

Tints of Dark Goldenrod #C58A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 58.63%
G = 41.07%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C58A01 (or 0xC58A01) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 01. RGB value is (197,138,1). Sum of RGB (Red+Green+Blue) = 197+138+1=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A01 is #3A75FE. Grayscale: #8C8C8C. Windows color (decimal): -3831295 or 101061. OLE color: 101061.

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

Color convert

RGB 197 138 1 -
CMYK 0 0.30 0.99 0.23
HSL 41.94º 0.99% 0.39% -
HSV(B) 41.94º 0.99% 0.77% -
XYZ 32.12 30.05 4.14 -
YUV 140.02 49.55 168.64 -
System Red Green Blue C M Y K H S L
Decimal 197 138 1 0 0.30 0.99 0.23 41.94 0.99 0.39
Hex C5 8A 1 0 1E 63 17 2A 63 27
Octal 305 212 1 0 36 143 27 52 143 47
Binary 11000101 10001010 1 0 11110 1100011 10111 101010 1100011 100111

Color Harmonies of #C58A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A01

Black with #C58A01

Text Example


Text Example

White with #C58A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A01; }

 p { color: rgb(197,138,1); }

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

background-color css

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

 a { background-color: rgb(197,138,1); }

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

border-color css

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

 span { border-color: rgb(197,138,1); }

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