Html Css Color HEX #C29107 Dark Goldenrod

📋 copy color: '#C29107'

red 194 ◦ green 145 ◦ blue 7

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

Shades of Dark Goldenrod #C29107

Tints of Dark Goldenrod #C29107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 56.07%
G = 41.91%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C29107 (or 0xC29107) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 07. RGB value is (194,145,7). Sum of RGB (Red+Green+Blue) = 194+145+7=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C29107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29107 is #3D6EF8. Grayscale: #909090. Windows color (decimal): -4026105 or 496066. OLE color: 496066.

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

Color convert

RGB 194 145 7 -
CMYK 0 0.25 0.96 0.24
HSL 44.28º 0.93% 0.39% -
HSV(B) 44.28º 0.96% 0.76% -
XYZ 32.41 31.74 4.62 -
YUV 143.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 194 145 7 0 0.25 0.96 0.24 44.28 0.93 0.39
Hex C2 91 7 0 19 60 18 2C 5D 27
Octal 302 221 7 0 31 140 30 54 135 47
Binary 11000010 10010001 111 0 11001 1100000 11000 101100 1011101 100111

Color Harmonies of #C29107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29107

Black with #C29107

Text Example


Text Example

White with #C29107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29107; }

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

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

background-color css

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

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

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

border-color css

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

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

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