Html Css Color HEX #C4C036 Old Gold

📋 copy color: '#C4C036'

red 196 ◦ green 192 ◦ blue 54

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

Shades of Old Gold #C4C036

Tints of Old Gold #C4C036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 54 (21.48% from 255) = 12.22%

R = 44.34%
G = 43.44%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4C036 (or 0xC4C036) is known color: Old Gold. HEX triplet: C4, C0 and 36. RGB value is (196,192,54). Sum of RGB (Red+Green+Blue) = 196+192+54=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C036 is #3B3FC9. Grayscale: #B2B2B2. Windows color (decimal): -3882954 or 3588292. OLE color: 3588292.

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

Color convert

RGB 196 192 54 -
CMYK 0 0.02 0.72 0.23
HSL 58.31º 0.57% 0.49% -
HSV(B) 58.31º 0.72% 0.77% -
XYZ 42.28 49.7 10.85 -
YUV 177.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 196 192 54 0 0.02 0.72 0.23 58.31 0.57 0.49
Hex C4 C0 36 0 2 48 17 3A 39 31
Octal 304 300 66 0 2 110 27 72 71 61
Binary 11000100 11000000 110110 0 10 1001000 10111 111010 111001 110001

Color Harmonies of #C4C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C036

Black with #C4C036

Text Example


Text Example

White with #C4C036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C036; }

 p { color: rgb(196,192,54); }

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

background-color css

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

 a { background-color: rgb(196,192,54); }

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

border-color css

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

 span { border-color: rgb(196,192,54); }

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