Html Css Color HEX #C49209 Dark Goldenrod

📋 copy color: '#C49209'

red 196 ◦ green 146 ◦ blue 9

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

Shades of Dark Goldenrod #C49209

Tints of Dark Goldenrod #C49209

RGB

 RED value IS 196 (76.95% from 255) = 55.84%

 GREEN value IS 146 (57.42% from 255) = 41.6%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 55.84%
G = 41.6%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C49209 (or 0xC49209) is known color: Dark Goldenrod. HEX triplet: C4, 92 and 09. RGB value is (196,146,9). Sum of RGB (Red+Green+Blue) = 196+146+9=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C49209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49209 is #3B6DF6. Grayscale: #919191. Windows color (decimal): -3894775 or 627396. OLE color: 627396.

HSL color Cylindrical-coordinate representation of color #C49209: hue angle of 43.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C49209 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 9 -
CMYK 0 0.26 0.95 0.23
HSL 43.96º 0.91% 0.4% -
HSV(B) 43.96º 0.95% 0.77% -
XYZ 33.09 32.31 4.75 -
YUV 145.33 51.07 164.14 -
System Red Green Blue C M Y K H S L
Decimal 196 146 9 0 0.26 0.95 0.23 43.96 0.91 0.4
Hex C4 92 9 0 1A 5F 17 2C 5B 28
Octal 304 222 11 0 32 137 27 54 133 50
Binary 11000100 10010010 1001 0 11010 1011111 10111 101100 1011011 101000

Color Harmonies of #C49209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49209

Black with #C49209

Text Example


Text Example

White with #C49209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49209; }

 p { color: rgb(196,146,9); }

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

background-color css

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

 a { background-color: rgb(196,146,9); }

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

border-color css

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

 span { border-color: rgb(196,146,9); }

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