Html Css Color HEX #C29206 Dark Goldenrod

📋 copy color: '#C29206'

red 194 ◦ green 146 ◦ blue 6

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

Shades of Dark Goldenrod #C29206

Tints of Dark Goldenrod #C29206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.2%

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

R = 56.07%
G = 42.2%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29206 (or 0xC29206) is known color: Dark Goldenrod. HEX triplet: C2, 92 and 06. RGB value is (194,146,6). Sum of RGB (Red+Green+Blue) = 194+146+6=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C29206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29206 is #3D6DF9. Grayscale: #919191. Windows color (decimal): -4025850 or 430786. OLE color: 430786.

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

Color convert

RGB 194 146 6 -
CMYK 0 0.25 0.97 0.24
HSL 44.68º 0.94% 0.39% -
HSV(B) 44.68º 0.97% 0.76% -
XYZ 32.56 32.04 4.64 -
YUV 144.39 49.9 163.38 -
System Red Green Blue C M Y K H S L
Decimal 194 146 6 0 0.25 0.97 0.24 44.68 0.94 0.39
Hex C2 92 6 0 19 61 18 2D 5E 27
Octal 302 222 6 0 31 141 30 55 136 47
Binary 11000010 10010010 110 0 11001 1100001 11000 101101 1011110 100111

Color Harmonies of #C29206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29206

Black with #C29206

Text Example


Text Example

White with #C29206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29206; }

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

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

background-color css

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

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

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

border-color css

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

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

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