Html Css Color HEX #C4B934 Old Gold

📋 copy color: '#C4B934'

red 196 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #C4B934

Tints of Old Gold #C4B934

RGB

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

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

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

R = 45.27%
G = 42.73%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4B934 (or 0xC4B934) is known color: Old Gold. HEX triplet: C4, B9 and 34. RGB value is (196,185,52). Sum of RGB (Red+Green+Blue) = 196+185+52=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B934 is #3B46CB. Grayscale: #ADADAD. Windows color (decimal): -3884748 or 3455428. OLE color: 3455428.

HSL color Cylindrical-coordinate representation of color #C4B934: hue angle of 55.42º 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 #C4B934 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 52 -
CMYK 0 0.06 0.73 0.23
HSL 55.42º 0.58% 0.49% -
HSV(B) 55.42º 0.73% 0.77% -
XYZ 40.73 46.68 10.11 -
YUV 173.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 196 185 52 0 0.06 0.73 0.23 55.42 0.58 0.49
Hex C4 B9 34 0 6 49 17 37 3A 31
Octal 304 271 64 0 6 111 27 67 72 61
Binary 11000100 10111001 110100 0 110 1001001 10111 110111 111010 110001

Color Harmonies of #C4B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B934

Black with #C4B934

Text Example


Text Example

White with #C4B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B934; }

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

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

background-color css

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

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

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

border-color css

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

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

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