Html Css Color HEX #C4B937 Old Gold

📋 copy color: '#C4B937'

red 196 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #C4B937

Tints of Old Gold #C4B937

RGB

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

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

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

R = 44.95%
G = 42.43%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4B937 (or 0xC4B937) is known color: Old Gold. HEX triplet: C4, B9 and 37. RGB value is (196,185,55). Sum of RGB (Red+Green+Blue) = 196+185+55=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B937 is #3B46C8. Grayscale: #AEAEAE. Windows color (decimal): -3884745 or 3652036. OLE color: 3652036.

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

Color convert

RGB 196 185 55 -
CMYK 0 0.06 0.72 0.23
HSL 55.32º 0.56% 0.49% -
HSV(B) 55.32º 0.72% 0.77% -
XYZ 40.8 46.71 10.48 -
YUV 173.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 196 185 55 0 0.06 0.72 0.23 55.32 0.56 0.49
Hex C4 B9 37 0 6 48 17 37 38 31
Octal 304 271 67 0 6 110 27 67 70 61
Binary 11000100 10111001 110111 0 110 1001000 10111 110111 111000 110001

Color Harmonies of #C4B937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B937

Black with #C4B937

Text Example


Text Example

White with #C4B937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B937; }

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

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

background-color css

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

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

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

border-color css

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

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

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