Html Css Color HEX #C19606 Dark Goldenrod

📋 copy color: '#C19606'

red 193 ◦ green 150 ◦ blue 6

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

Shades of Dark Goldenrod #C19606

Tints of Dark Goldenrod #C19606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 55.3%
G = 42.98%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C19606 (or 0xC19606) is known color: Dark Goldenrod. HEX triplet: C1, 96 and 06. RGB value is (193,150,6). Sum of RGB (Red+Green+Blue) = 193+150+6=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C19606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19606 is #3E69F9. Grayscale: #939393. Windows color (decimal): -4090362 or 431809. OLE color: 431809.

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

Color convert

RGB 193 150 6 -
CMYK 0 0.22 0.97 0.24
HSL 46.2º 0.94% 0.39% -
HSV(B) 46.2º 0.97% 0.76% -
XYZ 32.93 33.16 4.84 -
YUV 146.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 193 150 6 0 0.22 0.97 0.24 46.2 0.94 0.39
Hex C1 96 6 0 16 61 18 2E 5E 27
Octal 301 226 6 0 26 141 30 56 136 47
Binary 11000001 10010110 110 0 10110 1100001 11000 101110 1011110 100111

Color Harmonies of #C19606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19606

Black with #C19606

Text Example


Text Example

White with #C19606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19606; }

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

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

background-color css

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

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

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

border-color css

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

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

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