Html Css Color HEX #C29100 Dark Goldenrod

📋 copy color: '#C29100'

red 194 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #C29100

Tints of Dark Goldenrod #C29100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

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

R = 57.23%
G = 42.77%
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

#C29100 (or 0xC29100) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 00. RGB value is (194,145,0). Sum of RGB (Red+Green+Blue) = 194+145+0=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C29100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29100 is #3D6EFF. Grayscale: #8F8F8F. Windows color (decimal): -4026112 or 37314. OLE color: 37314.

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

Color convert

RGB 194 145 0 -
CMYK 0 0.25 1 0.24
HSL 44.85º 1% 0.38% -
HSV(B) 44.85º 1% 0.76% -
XYZ 32.37 31.72 4.42 -
YUV 143.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 194 145 0 0 0.25 1 0.24 44.85 1 0.38
Hex C2 91 0 0 19 64 18 2D 64 26
Octal 302 221 0 0 31 144 30 55 144 46
Binary 11000010 10010001 0 0 11001 1100100 11000 101101 1100100 100110

Color Harmonies of #C29100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29100

Black with #C29100

Text Example


Text Example

White with #C29100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29100; }

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

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

background-color css

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

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

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

border-color css

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

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

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