Html Css Color HEX #C29706 Dark Goldenrod

📋 copy color: '#C29706'

red 194 ◦ green 151 ◦ blue 6

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

Shades of Dark Goldenrod #C29706

Tints of Dark Goldenrod #C29706

RGB

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

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

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

R = 55.27%
G = 43.02%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C29706 (or 0xC29706) is known color: Dark Goldenrod. HEX triplet: C2, 97 and 06. RGB value is (194,151,6). Sum of RGB (Red+Green+Blue) = 194+151+6=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C29706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29706 is #3D68F9. Grayscale: #939393. Windows color (decimal): -4024570 or 432066. OLE color: 432066.

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

Color convert

RGB 194 151 6 -
CMYK 0 0.22 0.97 0.24
HSL 46.28º 0.94% 0.39% -
HSV(B) 46.28º 0.97% 0.76% -
XYZ 33.35 33.62 4.9 -
YUV 147.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 194 151 6 0 0.22 0.97 0.24 46.28 0.94 0.39
Hex C2 97 6 0 16 61 18 2E 5E 27
Octal 302 227 6 0 26 141 30 56 136 47
Binary 11000010 10010111 110 0 10110 1100001 11000 101110 1011110 100111

Color Harmonies of #C29706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29706

Black with #C29706

Text Example


Text Example

White with #C29706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29706; }

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

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

background-color css

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

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

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

border-color css

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

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

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