Html Css Color HEX #C19601 Dark Goldenrod

📋 copy color: '#C19601'

red 193 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #C19601

Tints of Dark Goldenrod #C19601

RGB

 RED value IS 193 (75.78% from 255) = 56.1%

 GREEN value IS 150 (58.98% from 255) = 43.6%

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

R = 56.1%
G = 43.6%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19601 (or 0xC19601) is known color: Dark Goldenrod. HEX triplet: C1, 96 and 01. RGB value is (193,150,1). Sum of RGB (Red+Green+Blue) = 193+150+1=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C19601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19601 is #3E69FE. Grayscale: #929292. Windows color (decimal): -4090367 or 104129. OLE color: 104129.

HSL color Cylindrical-coordinate representation of color #C19601: hue angle of 46.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C19601 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 1 -
CMYK 0 0.22 0.99 0.24
HSL 46.56º 0.99% 0.38% -
HSV(B) 46.56º 0.99% 0.76% -
XYZ 32.9 33.15 4.69 -
YUV 145.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 193 150 1 0 0.22 0.99 0.24 46.56 0.99 0.38
Hex C1 96 1 0 16 63 18 2F 63 26
Octal 301 226 1 0 26 143 30 57 143 46
Binary 11000001 10010110 1 0 10110 1100011 11000 101111 1100011 100110

Color Harmonies of #C19601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19601

Black with #C19601

Text Example


Text Example

White with #C19601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19601; }

 p { color: rgb(193,150,1); }

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

background-color css

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

 a { background-color: rgb(193,150,1); }

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

border-color css

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

 span { border-color: rgb(193,150,1); }

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