Html Css Color HEX #C29508 Dark Goldenrod

📋 copy color: '#C29508'

red 194 ◦ green 149 ◦ blue 8

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

Shades of Dark Goldenrod #C29508

Tints of Dark Goldenrod #C29508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 55.27%
G = 42.45%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C29508 (or 0xC29508) is known color: Dark Goldenrod. HEX triplet: C2, 95 and 08. RGB value is (194,149,8). Sum of RGB (Red+Green+Blue) = 194+149+8=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C29508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29508 is #3D6AF7. Grayscale: #929292. Windows color (decimal): -4025080 or 562626. OLE color: 562626.

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

Color convert

RGB 194 149 8 -
CMYK 0 0.23 0.96 0.24
HSL 45.48º 0.92% 0.4% -
HSV(B) 45.48º 0.96% 0.76% -
XYZ 33.04 32.98 4.85 -
YUV 146.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 194 149 8 0 0.23 0.96 0.24 45.48 0.92 0.4
Hex C2 95 8 0 17 60 18 2D 5C 28
Octal 302 225 10 0 27 140 30 55 134 50
Binary 11000010 10010101 1000 0 10111 1100000 11000 101101 1011100 101000

Color Harmonies of #C29508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29508

Black with #C29508

Text Example


Text Example

White with #C29508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29508; }

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

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

background-color css

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

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

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

border-color css

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

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

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