Html Css Color HEX #C29308 Dark Goldenrod

📋 copy color: '#C29308'

red 194 ◦ green 147 ◦ blue 8

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

Shades of Dark Goldenrod #C29308

Tints of Dark Goldenrod #C29308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 55.59%
G = 42.12%
B = 2.29%

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

#C29308 (or 0xC29308) is known color: Dark Goldenrod. HEX triplet: C2, 93 and 08. RGB value is (194,147,8). Sum of RGB (Red+Green+Blue) = 194+147+8=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C29308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29308 is #3D6CF7. Grayscale: #919191. Windows color (decimal): -4025592 or 562114. OLE color: 562114.

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

Color convert

RGB 194 147 8 -
CMYK 0 0.24 0.96 0.24
HSL 44.84º 0.92% 0.4% -
HSV(B) 44.84º 0.96% 0.76% -
XYZ 32.73 32.35 4.75 -
YUV 145.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 194 147 8 0 0.24 0.96 0.24 44.84 0.92 0.4
Hex C2 93 8 0 18 60 18 2D 5C 28
Octal 302 223 10 0 30 140 30 55 134 50
Binary 11000010 10010011 1000 0 11000 1100000 11000 101101 1011100 101000

Color Harmonies of #C29308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29308

Black with #C29308

Text Example


Text Example

White with #C29308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29308; }

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

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

background-color css

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

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

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

border-color css

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

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

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