Html Css Color HEX #C4A837 Old Gold

📋 copy color: '#C4A837'

red 196 ◦ green 168 ◦ blue 55

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

Shades of Old Gold #C4A837

Tints of Old Gold #C4A837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

 BLUE value IS 55 (21.88% from 255) = 13.13%

R = 46.78%
G = 40.1%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4A837 (or 0xC4A837) is known color: Old Gold. HEX triplet: C4, A8 and 37. RGB value is (196,168,55). Sum of RGB (Red+Green+Blue) = 196+168+55=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A837 is #3B57C8. Grayscale: #A3A3A3. Windows color (decimal): -3889097 or 3647684. OLE color: 3647684.

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

Color convert

RGB 196 168 55 -
CMYK 0 0.14 0.72 0.23
HSL 48.09º 0.56% 0.49% -
HSV(B) 48.09º 0.72% 0.77% -
XYZ 37.46 40.02 9.36 -
YUV 163.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 196 168 55 0 0.14 0.72 0.23 48.09 0.56 0.49
Hex C4 A8 37 0 E 48 17 30 38 31
Octal 304 250 67 0 16 110 27 60 70 61
Binary 11000100 10101000 110111 0 1110 1001000 10111 110000 111000 110001

Color Harmonies of #C4A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A837

Black with #C4A837

Text Example


Text Example

White with #C4A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A837; }

 p { color: rgb(196,168,55); }

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

background-color css

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

 a { background-color: rgb(196,168,55); }

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

border-color css

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

 span { border-color: rgb(196,168,55); }

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