Html Css Color HEX #C4B039 Old Gold

📋 copy color: '#C4B039'

red 196 ◦ green 176 ◦ blue 57

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

Shades of Old Gold #C4B039

Tints of Old Gold #C4B039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.29%

R = 45.69%
G = 41.03%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C4B039 (or 0xC4B039) is known color: Old Gold. HEX triplet: C4, B0 and 39. RGB value is (196,176,57). Sum of RGB (Red+Green+Blue) = 196+176+57=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B039 is #3B4FC6. Grayscale: #A8A8A8. Windows color (decimal): -3887047 or 3780804. OLE color: 3780804.

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

Color convert

RGB 196 176 57 -
CMYK 0 0.10 0.71 0.23
HSL 51.37º 0.55% 0.5% -
HSV(B) 51.37º 0.71% 0.77% -
XYZ 39.03 43.08 10.13 -
YUV 168.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 196 176 57 0 0.10 0.71 0.23 51.37 0.55 0.5
Hex C4 B0 39 0 A 47 17 33 37 32
Octal 304 260 71 0 12 107 27 63 67 62
Binary 11000100 10110000 111001 0 1010 1000111 10111 110011 110111 110010

Color Harmonies of #C4B039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B039

Black with #C4B039

Text Example


Text Example

White with #C4B039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B039; }

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

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

background-color css

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

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

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

border-color css

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

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

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