Html Css Color HEX #C29804 Dark Goldenrod

📋 copy color: '#C29804'

red 194 ◦ green 152 ◦ blue 4

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

Shades of Dark Goldenrod #C29804

Tints of Dark Goldenrod #C29804

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

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

R = 55.43%
G = 43.43%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C29804 (or 0xC29804) is known color: Dark Goldenrod. HEX triplet: C2, 98 and 04. RGB value is (194,152,4). Sum of RGB (Red+Green+Blue) = 194+152+4=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C29804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29804 is #3D67FB. Grayscale: #949494. Windows color (decimal): -4024316 or 301250. OLE color: 301250.

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

Color convert

RGB 194 152 4 -
CMYK 0 0.22 0.98 0.24
HSL 46.74º 0.96% 0.39% -
HSV(B) 46.74º 0.98% 0.76% -
XYZ 33.5 33.93 4.9 -
YUV 147.69 46.91 161.03 -
System Red Green Blue C M Y K H S L
Decimal 194 152 4 0 0.22 0.98 0.24 46.74 0.96 0.39
Hex C2 98 4 0 16 62 18 2F 60 27
Octal 302 230 4 0 26 142 30 57 140 47
Binary 11000010 10011000 100 0 10110 1100010 11000 101111 1100000 100111

Color Harmonies of #C29804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29804

Black with #C29804

Text Example


Text Example

White with #C29804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29804; }

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

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

background-color css

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

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

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

border-color css

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

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

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