Html Css Color HEX #C4B133 Old Gold

📋 copy color: '#C4B133'

red 196 ◦ green 177 ◦ blue 51

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

Shades of Old Gold #C4B133

Tints of Old Gold #C4B133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.03%

R = 46.23%
G = 41.75%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4B133 (or 0xC4B133) is known color: Old Gold. HEX triplet: C4, B1 and 33. RGB value is (196,177,51). Sum of RGB (Red+Green+Blue) = 196+177+51=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B133 is #3B4ECC. Grayscale: #A8A8A8. Windows color (decimal): -3886797 or 3387844. OLE color: 3387844.

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

Color convert

RGB 196 177 51 -
CMYK 0 0.10 0.74 0.23
HSL 52.14º 0.59% 0.48% -
HSV(B) 52.14º 0.74% 0.77% -
XYZ 39.08 43.42 9.45 -
YUV 168.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 196 177 51 0 0.10 0.74 0.23 52.14 0.59 0.48
Hex C4 B1 33 0 A 4A 17 34 3B 30
Octal 304 261 63 0 12 112 27 64 73 60
Binary 11000100 10110001 110011 0 1010 1001010 10111 110100 111011 110000

Color Harmonies of #C4B133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B133

Black with #C4B133

Text Example


Text Example

White with #C4B133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B133; }

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

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

background-color css

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

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

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

border-color css

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

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

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