Html Css Color HEX #C29106 Dark Goldenrod

📋 copy color: '#C29106'

red 194 ◦ green 145 ◦ blue 6

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

Shades of Dark Goldenrod #C29106

Tints of Dark Goldenrod #C29106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 56.23%
G = 42.03%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29106 (or 0xC29106) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 06. RGB value is (194,145,6). Sum of RGB (Red+Green+Blue) = 194+145+6=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C29106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29106 is #3D6EF9. Grayscale: #909090. Windows color (decimal): -4026106 or 430530. OLE color: 430530.

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

Color convert

RGB 194 145 6 -
CMYK 0 0.25 0.97 0.24
HSL 44.36º 0.94% 0.39% -
HSV(B) 44.36º 0.97% 0.76% -
XYZ 32.41 31.73 4.59 -
YUV 143.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 194 145 6 0 0.25 0.97 0.24 44.36 0.94 0.39
Hex C2 91 6 0 19 61 18 2C 5E 27
Octal 302 221 6 0 31 141 30 54 136 47
Binary 11000010 10010001 110 0 11001 1100001 11000 101100 1011110 100111

Color Harmonies of #C29106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29106

Black with #C29106

Text Example


Text Example

White with #C29106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29106; }

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

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

background-color css

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

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

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

border-color css

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

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

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