Html Css Color HEX #C29307 Dark Goldenrod

📋 copy color: '#C29307'

red 194 ◦ green 147 ◦ blue 7

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

Shades of Dark Goldenrod #C29307

Tints of Dark Goldenrod #C29307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 55.75%
G = 42.24%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C29307 (or 0xC29307) is known color: Dark Goldenrod. HEX triplet: C2, 93 and 07. RGB value is (194,147,7). Sum of RGB (Red+Green+Blue) = 194+147+7=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C29307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29307 is #3D6CF8. Grayscale: #919191. Windows color (decimal): -4025593 or 496578. OLE color: 496578.

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

Color convert

RGB 194 147 7 -
CMYK 0 0.24 0.96 0.24
HSL 44.92º 0.93% 0.39% -
HSV(B) 44.92º 0.96% 0.76% -
XYZ 32.72 32.35 4.72 -
YUV 145.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 194 147 7 0 0.24 0.96 0.24 44.92 0.93 0.39
Hex C2 93 7 0 18 60 18 2D 5D 27
Octal 302 223 7 0 30 140 30 55 135 47
Binary 11000010 10010011 111 0 11000 1100000 11000 101101 1011101 100111

Color Harmonies of #C29307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29307

Black with #C29307

Text Example


Text Example

White with #C29307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29307; }

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

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

background-color css

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

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

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

border-color css

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

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

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