Html Css Color HEX #C29606 Dark Goldenrod

📋 copy color: '#C29606'

red 194 ◦ green 150 ◦ blue 6

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

Shades of Dark Goldenrod #C29606

Tints of Dark Goldenrod #C29606

RGB

 RED value IS 194 (76.17% from 255) = 55.43%

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

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

R = 55.43%
G = 42.86%
B = 1.71%

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

#C29606 (or 0xC29606) is known color: Dark Goldenrod. HEX triplet: C2, 96 and 06. RGB value is (194,150,6). Sum of RGB (Red+Green+Blue) = 194+150+6=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C29606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29606 is #3D69F9. Grayscale: #939393. Windows color (decimal): -4024826 or 431810. OLE color: 431810.

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

Color convert

RGB 194 150 6 -
CMYK 0 0.23 0.97 0.24
HSL 45.96º 0.94% 0.39% -
HSV(B) 45.96º 0.97% 0.76% -
XYZ 33.19 33.3 4.85 -
YUV 146.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 194 150 6 0 0.23 0.97 0.24 45.96 0.94 0.39
Hex C2 96 6 0 17 61 18 2E 5E 27
Octal 302 226 6 0 27 141 30 56 136 47
Binary 11000010 10010110 110 0 10111 1100001 11000 101110 1011110 100111

Color Harmonies of #C29606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29606

Black with #C29606

Text Example


Text Example

White with #C29606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29606; }

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

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

background-color css

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

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

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

border-color css

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

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

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