Html Css Color HEX #C4B944 Old Gold

📋 copy color: '#C4B944'

red 196 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #C4B944

Tints of Old Gold #C4B944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.14%

R = 43.65%
G = 41.2%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C4B944 (or 0xC4B944) is known color: Old Gold. HEX triplet: C4, B9 and 44. RGB value is (196,185,68). Sum of RGB (Red+Green+Blue) = 196+185+68=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B944 is #3B46BB. Grayscale: #AFAFAF. Windows color (decimal): -3884732 or 4504004. OLE color: 4504004.

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

Color convert

RGB 196 185 68 -
CMYK 0 0.06 0.65 0.23
HSL 54.84º 0.52% 0.52% -
HSV(B) 54.84º 0.65% 0.77% -
XYZ 41.16 46.85 12.34 -
YUV 174.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 196 185 68 0 0.06 0.65 0.23 54.84 0.52 0.52
Hex C4 B9 44 0 6 41 17 37 34 34
Octal 304 271 104 0 6 101 27 67 64 64
Binary 11000100 10111001 1000100 0 110 1000001 10111 110111 110100 110100

Color Harmonies of #C4B944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B944

Black with #C4B944

Text Example


Text Example

White with #C4B944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B944; }

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

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

background-color css

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

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

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

border-color css

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

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

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