Html Css Color HEX #C29200 Dark Goldenrod

📋 copy color: '#C29200'

red 194 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #C29200

Tints of Dark Goldenrod #C29200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.06%
G = 42.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C29200 (or 0xC29200) is known color: Dark Goldenrod. HEX triplet: C2, 92 and 00. RGB value is (194,146,0). Sum of RGB (Red+Green+Blue) = 194+146+0=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C29200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29200 is #3D6DFF. Grayscale: #909090. Windows color (decimal): -4025856 or 37570. OLE color: 37570.

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

Color convert

RGB 194 146 0 -
CMYK 0 0.25 1 0.24
HSL 45.15º 1% 0.38% -
HSV(B) 45.15º 1% 0.76% -
XYZ 32.53 32.03 4.47 -
YUV 143.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 194 146 0 0 0.25 1 0.24 45.15 1 0.38
Hex C2 92 0 0 19 64 18 2D 64 26
Octal 302 222 0 0 31 144 30 55 144 46
Binary 11000010 10010010 0 0 11001 1100100 11000 101101 1100100 100110

Color Harmonies of #C29200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29200

Black with #C29200

Text Example


Text Example

White with #C29200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29200; }

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

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

background-color css

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

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

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

border-color css

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

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

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