Html Css Color HEX #C49609 Dark Goldenrod

📋 copy color: '#C49609'

red 196 ◦ green 150 ◦ blue 9

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

Shades of Dark Goldenrod #C49609

Tints of Dark Goldenrod #C49609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

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

R = 55.21%
G = 42.25%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C49609 (or 0xC49609) is known color: Dark Goldenrod. HEX triplet: C4, 96 and 09. RGB value is (196,150,9). Sum of RGB (Red+Green+Blue) = 196+150+9=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C49609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49609 is #3B69F6. Grayscale: #949494. Windows color (decimal): -3893751 or 628420. OLE color: 628420.

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

Color convert

RGB 196 150 9 -
CMYK 0 0.23 0.95 0.23
HSL 45.24º 0.91% 0.4% -
HSV(B) 45.24º 0.95% 0.77% -
XYZ 33.72 33.57 4.96 -
YUV 147.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 196 150 9 0 0.23 0.95 0.23 45.24 0.91 0.4
Hex C4 96 9 0 17 5F 17 2D 5B 28
Octal 304 226 11 0 27 137 27 55 133 50
Binary 11000100 10010110 1001 0 10111 1011111 10111 101101 1011011 101000

Color Harmonies of #C49609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49609

Black with #C49609

Text Example


Text Example

White with #C49609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49609; }

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

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

background-color css

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

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

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

border-color css

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

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

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