Html Css Color HEX #C49607 Dark Goldenrod

📋 copy color: '#C49607'

red 196 ◦ green 150 ◦ blue 7

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

Shades of Dark Goldenrod #C49607

Tints of Dark Goldenrod #C49607

RGB

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

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

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

R = 55.52%
G = 42.49%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C49607 (or 0xC49607) is known color: Dark Goldenrod. HEX triplet: C4, 96 and 07. RGB value is (196,150,7). Sum of RGB (Red+Green+Blue) = 196+150+7=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C49607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49607 is #3B69F8. Grayscale: #949494. Windows color (decimal): -3893753 or 497348. OLE color: 497348.

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

Color convert

RGB 196 150 7 -
CMYK 0 0.23 0.96 0.23
HSL 45.4º 0.93% 0.4% -
HSV(B) 45.4º 0.96% 0.77% -
XYZ 33.71 33.56 4.9 -
YUV 147.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 196 150 7 0 0.23 0.96 0.23 45.4 0.93 0.4
Hex C4 96 7 0 17 60 17 2D 5D 28
Octal 304 226 7 0 27 140 27 55 135 50
Binary 11000100 10010110 111 0 10111 1100000 10111 101101 1011101 101000

Color Harmonies of #C49607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49607

Black with #C49607

Text Example


Text Example

White with #C49607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49607; }

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

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

background-color css

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

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

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

border-color css

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

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

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