Html Css Color HEX #C4B940 Old Gold

📋 copy color: '#C4B940'

red 196 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #C4B940

Tints of Old Gold #C4B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 44.04%
G = 41.57%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4B940 (or 0xC4B940) is known color: Old Gold. HEX triplet: C4, B9 and 40. RGB value is (196,185,64). Sum of RGB (Red+Green+Blue) = 196+185+64=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B940 is #3B46BF. Grayscale: #AEAEAE. Windows color (decimal): -3884736 or 4241860. OLE color: 4241860.

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

Color convert

RGB 196 185 64 -
CMYK 0 0.06 0.67 0.23
HSL 55º 0.53% 0.51% -
HSV(B) 55º 0.67% 0.77% -
XYZ 41.04 46.8 11.72 -
YUV 174.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 196 185 64 0 0.06 0.67 0.23 55 0.53 0.51
Hex C4 B9 40 0 6 43 17 37 35 33
Octal 304 271 100 0 6 103 27 67 65 63
Binary 11000100 10111001 1000000 0 110 1000011 10111 110111 110101 110011

Color Harmonies of #C4B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B940

Black with #C4B940

Text Example


Text Example

White with #C4B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B940; }

 p { color: rgb(196,185,64); }

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

background-color css

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

 a { background-color: rgb(196,185,64); }

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

border-color css

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

 span { border-color: rgb(196,185,64); }

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