Html Css Color HEX #C29704 Dark Goldenrod

📋 copy color: '#C29704'

red 194 ◦ green 151 ◦ blue 4

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

Shades of Dark Goldenrod #C29704

Tints of Dark Goldenrod #C29704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

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

R = 55.59%
G = 43.27%
B = 1.15%

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

#C29704 (or 0xC29704) is known color: Dark Goldenrod. HEX triplet: C2, 97 and 04. RGB value is (194,151,4). Sum of RGB (Red+Green+Blue) = 194+151+4=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C29704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29704 is #3D68FB. Grayscale: #939393. Windows color (decimal): -4024572 or 300994. OLE color: 300994.

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

Color convert

RGB 194 151 4 -
CMYK 0 0.22 0.98 0.24
HSL 46.42º 0.96% 0.39% -
HSV(B) 46.42º 0.98% 0.76% -
XYZ 33.34 33.61 4.85 -
YUV 147.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 194 151 4 0 0.22 0.98 0.24 46.42 0.96 0.39
Hex C2 97 4 0 16 62 18 2E 60 27
Octal 302 227 4 0 26 142 30 56 140 47
Binary 11000010 10010111 100 0 10110 1100010 11000 101110 1100000 100111

Color Harmonies of #C29704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29704

Black with #C29704

Text Example


Text Example

White with #C29704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29704; }

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

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

background-color css

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

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

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

border-color css

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

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

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