Html Css Color HEX #C49601 Dark Goldenrod

📋 copy color: '#C49601'

red 196 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #C49601

Tints of Dark Goldenrod #C49601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 56.48%
G = 43.23%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C49601 (or 0xC49601) is known color: Dark Goldenrod. HEX triplet: C4, 96 and 01. RGB value is (196,150,1). Sum of RGB (Red+Green+Blue) = 196+150+1=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C49601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49601 is #3B69FE. Grayscale: #939393. Windows color (decimal): -3893759 or 104132. OLE color: 104132.

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

Color convert

RGB 196 150 1 -
CMYK 0 0.23 0.99 0.23
HSL 45.85º 0.99% 0.39% -
HSV(B) 45.85º 0.99% 0.77% -
XYZ 33.68 33.55 4.73 -
YUV 146.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 196 150 1 0 0.23 0.99 0.23 45.85 0.99 0.39
Hex C4 96 1 0 17 63 17 2E 63 27
Octal 304 226 1 0 27 143 27 56 143 47
Binary 11000100 10010110 1 0 10111 1100011 10111 101110 1100011 100111

Color Harmonies of #C49601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49601

Black with #C49601

Text Example


Text Example

White with #C49601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49601; }

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

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

background-color css

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

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

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

border-color css

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

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

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