Html Css Color HEX #C29204 Dark Goldenrod

📋 copy color: '#C29204'

red 194 ◦ green 146 ◦ blue 4

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

Shades of Dark Goldenrod #C29204

Tints of Dark Goldenrod #C29204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 56.4%
G = 42.44%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C29204 (or 0xC29204) is known color: Dark Goldenrod. HEX triplet: C2, 92 and 04. RGB value is (194,146,4). Sum of RGB (Red+Green+Blue) = 194+146+4=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C29204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29204 is #3D6DFB. Grayscale: #909090. Windows color (decimal): -4025852 or 299714. OLE color: 299714.

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

Color convert

RGB 194 146 4 -
CMYK 0 0.25 0.98 0.24
HSL 44.84º 0.96% 0.39% -
HSV(B) 44.84º 0.98% 0.76% -
XYZ 32.55 32.04 4.58 -
YUV 144.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 194 146 4 0 0.25 0.98 0.24 44.84 0.96 0.39
Hex C2 92 4 0 19 62 18 2D 60 27
Octal 302 222 4 0 31 142 30 55 140 47
Binary 11000010 10010010 100 0 11001 1100010 11000 101101 1100000 100111

Color Harmonies of #C29204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29204

Black with #C29204

Text Example


Text Example

White with #C29204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29204; }

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

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

background-color css

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

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

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

border-color css

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

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

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