Html Css Color HEX #C29504 Dark Goldenrod

📋 copy color: '#C29504'

red 194 ◦ green 149 ◦ blue 4

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

Shades of Dark Goldenrod #C29504

Tints of Dark Goldenrod #C29504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

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

R = 55.91%
G = 42.94%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C29504 (or 0xC29504) is known color: Dark Goldenrod. HEX triplet: C2, 95 and 04. RGB value is (194,149,4). Sum of RGB (Red+Green+Blue) = 194+149+4=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C29504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29504 is #3D6AFB. Grayscale: #929292. Windows color (decimal): -4025084 or 300482. OLE color: 300482.

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

Color convert

RGB 194 149 4 -
CMYK 0 0.23 0.98 0.24
HSL 45.79º 0.96% 0.39% -
HSV(B) 45.79º 0.98% 0.76% -
XYZ 33.02 32.97 4.74 -
YUV 145.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 194 149 4 0 0.23 0.98 0.24 45.79 0.96 0.39
Hex C2 95 4 0 17 62 18 2E 60 27
Octal 302 225 4 0 27 142 30 56 140 47
Binary 11000010 10010101 100 0 10111 1100010 11000 101110 1100000 100111

Color Harmonies of #C29504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29504

Black with #C29504

Text Example


Text Example

White with #C29504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29504; }

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

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

background-color css

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

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

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

border-color css

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

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

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