Html Css Color HEX #C4B031 Old Gold

📋 copy color: '#C4B031'

red 196 ◦ green 176 ◦ blue 49

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

Shades of Old Gold #C4B031

Tints of Old Gold #C4B031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

 BLUE value IS 49 (19.53% from 255) = 11.64%

R = 46.56%
G = 41.81%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C4B031 (or 0xC4B031) is known color: Old Gold. HEX triplet: C4, B0 and 31. RGB value is (196,176,49). Sum of RGB (Red+Green+Blue) = 196+176+49=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B031 is #3B4FCE. Grayscale: #A8A8A8. Windows color (decimal): -3887055 or 3256516. OLE color: 3256516.

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

Color convert

RGB 196 176 49 -
CMYK 0 0.10 0.75 0.23
HSL 51.84º 0.6% 0.48% -
HSV(B) 51.84º 0.75% 0.77% -
XYZ 38.84 43.01 9.16 -
YUV 167.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 196 176 49 0 0.10 0.75 0.23 51.84 0.6 0.48
Hex C4 B0 31 0 A 4B 17 34 3C 30
Octal 304 260 61 0 12 113 27 64 74 60
Binary 11000100 10110000 110001 0 1010 1001011 10111 110100 111100 110000

Color Harmonies of #C4B031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B031

Black with #C4B031

Text Example


Text Example

White with #C4B031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B031; }

 p { color: rgb(196,176,49); }

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

background-color css

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

 a { background-color: rgb(196,176,49); }

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

border-color css

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

 span { border-color: rgb(196,176,49); }

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