Html Css Color HEX #C4B134 Old Gold

📋 copy color: '#C4B134'

red 196 ◦ green 177 ◦ blue 52

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

Shades of Old Gold #C4B134

Tints of Old Gold #C4B134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

 BLUE value IS 52 (20.7% from 255) = 12.24%

R = 46.12%
G = 41.65%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4B134 (or 0xC4B134) is known color: Old Gold. HEX triplet: C4, B1 and 34. RGB value is (196,177,52). Sum of RGB (Red+Green+Blue) = 196+177+52=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B134 is #3B4ECB. Grayscale: #A8A8A8. Windows color (decimal): -3886796 or 3453380. OLE color: 3453380.

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

Color convert

RGB 196 177 52 -
CMYK 0 0.10 0.73 0.23
HSL 52.08º 0.58% 0.49% -
HSV(B) 52.08º 0.73% 0.77% -
XYZ 39.11 43.43 9.57 -
YUV 168.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 196 177 52 0 0.10 0.73 0.23 52.08 0.58 0.49
Hex C4 B1 34 0 A 49 17 34 3A 31
Octal 304 261 64 0 12 111 27 64 72 61
Binary 11000100 10110001 110100 0 1010 1001001 10111 110100 111010 110001

Color Harmonies of #C4B134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B134

Black with #C4B134

Text Example


Text Example

White with #C4B134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B134; }

 p { color: rgb(196,177,52); }

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

background-color css

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

 a { background-color: rgb(196,177,52); }

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

border-color css

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

 span { border-color: rgb(196,177,52); }

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