Html Css Color HEX #C49202 Dark Goldenrod

📋 copy color: '#C49202'

red 196 ◦ green 146 ◦ blue 2

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

Shades of Dark Goldenrod #C49202

Tints of Dark Goldenrod #C49202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 56.98%
G = 42.44%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C49202 (or 0xC49202) is known color: Dark Goldenrod. HEX triplet: C4, 92 and 02. RGB value is (196,146,2). Sum of RGB (Red+Green+Blue) = 196+146+2=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C49202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49202 is #3B6DFD. Grayscale: #919191. Windows color (decimal): -3894782 or 168644. OLE color: 168644.

HSL color Cylindrical-coordinate representation of color #C49202: hue angle of 44.54º degrees, saturation: 0.98, 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 #C49202 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 2 -
CMYK 0 0.26 0.99 0.23
HSL 44.54º 0.98% 0.39% -
HSV(B) 44.54º 0.99% 0.77% -
XYZ 33.05 32.3 4.55 -
YUV 144.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 196 146 2 0 0.26 0.99 0.23 44.54 0.98 0.39
Hex C4 92 2 0 1A 63 17 2D 62 27
Octal 304 222 2 0 32 143 27 55 142 47
Binary 11000100 10010010 10 0 11010 1100011 10111 101101 1100010 100111

Color Harmonies of #C49202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49202

Black with #C49202

Text Example


Text Example

White with #C49202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49202; }

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

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

background-color css

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

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

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

border-color css

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

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

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