Html Css Color HEX #C29407 Dark Goldenrod

📋 copy color: '#C29407'

red 194 ◦ green 148 ◦ blue 7

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

Shades of Dark Goldenrod #C29407

Tints of Dark Goldenrod #C29407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

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

R = 55.59%
G = 42.41%
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

#C29407 (or 0xC29407) is known color: Dark Goldenrod. HEX triplet: C2, 94 and 07. RGB value is (194,148,7). Sum of RGB (Red+Green+Blue) = 194+148+7=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C29407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29407 is #3D6BF8. Grayscale: #929292. Windows color (decimal): -4025337 or 496834. OLE color: 496834.

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

Color convert

RGB 194 148 7 -
CMYK 0 0.24 0.96 0.24
HSL 45.24º 0.93% 0.39% -
HSV(B) 45.24º 0.96% 0.76% -
XYZ 32.88 32.66 4.77 -
YUV 145.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 194 148 7 0 0.24 0.96 0.24 45.24 0.93 0.39
Hex C2 94 7 0 18 60 18 2D 5D 27
Octal 302 224 7 0 30 140 30 55 135 47
Binary 11000010 10010100 111 0 11000 1100000 11000 101101 1011101 100111

Color Harmonies of #C29407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29407

Black with #C29407

Text Example


Text Example

White with #C29407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29407; }

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

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

background-color css

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

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

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

border-color css

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

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

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