Html Css Color HEX #C19406 Dark Goldenrod

📋 copy color: '#C19406'

red 193 ◦ green 148 ◦ blue 6

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

Shades of Dark Goldenrod #C19406

Tints of Dark Goldenrod #C19406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

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

R = 55.62%
G = 42.65%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C19406 (or 0xC19406) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 06. RGB value is (193,148,6). Sum of RGB (Red+Green+Blue) = 193+148+6=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C19406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19406 is #3E6BF9. Grayscale: #919191. Windows color (decimal): -4090874 or 431297. OLE color: 431297.

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

Color convert

RGB 193 148 6 -
CMYK 0 0.23 0.97 0.24
HSL 45.56º 0.94% 0.39% -
HSV(B) 45.56º 0.97% 0.76% -
XYZ 32.62 32.53 4.73 -
YUV 145.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 193 148 6 0 0.23 0.97 0.24 45.56 0.94 0.39
Hex C1 94 6 0 17 61 18 2E 5E 27
Octal 301 224 6 0 27 141 30 56 136 47
Binary 11000001 10010100 110 0 10111 1100001 11000 101110 1011110 100111

Color Harmonies of #C19406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19406

Black with #C19406

Text Example


Text Example

White with #C19406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19406; }

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

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

background-color css

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

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

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

border-color css

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

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

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