Html Css Color HEX #C29004 Dark Goldenrod

📋 copy color: '#C29004'

red 194 ◦ green 144 ◦ blue 4

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

Shades of Dark Goldenrod #C29004

Tints of Dark Goldenrod #C29004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

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

R = 56.73%
G = 42.11%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C29004 (or 0xC29004) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 04. RGB value is (194,144,4). Sum of RGB (Red+Green+Blue) = 194+144+4=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C29004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29004 is #3D6FFB. Grayscale: #8F8F8F. Windows color (decimal): -4026364 or 299202. OLE color: 299202.

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

Color convert

RGB 194 144 4 -
CMYK 0 0.26 0.98 0.24
HSL 44.21º 0.96% 0.39% -
HSV(B) 44.21º 0.98% 0.76% -
XYZ 32.24 31.42 4.48 -
YUV 142.99 49.57 164.38 -
System Red Green Blue C M Y K H S L
Decimal 194 144 4 0 0.26 0.98 0.24 44.21 0.96 0.39
Hex C2 90 4 0 1A 62 18 2C 60 27
Octal 302 220 4 0 32 142 30 54 140 47
Binary 11000010 10010000 100 0 11010 1100010 11000 101100 1100000 100111

Color Harmonies of #C29004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29004

Black with #C29004

Text Example


Text Example

White with #C29004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29004; }

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

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

background-color css

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

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

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

border-color css

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

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

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