Html Css Color HEX #C4B336 Old Gold

📋 copy color: '#C4B336'

red 196 ◦ green 179 ◦ blue 54

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

Shades of Old Gold #C4B336

Tints of Old Gold #C4B336

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

 BLUE value IS 54 (21.48% from 255) = 12.59%

R = 45.69%
G = 41.72%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4B336 (or 0xC4B336) is known color: Old Gold. HEX triplet: C4, B3 and 36. RGB value is (196,179,54). Sum of RGB (Red+Green+Blue) = 196+179+54=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B336 is #3B4CC9. Grayscale: #AAAAAA. Windows color (decimal): -3886282 or 3584964. OLE color: 3584964.

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

Color convert

RGB 196 179 54 -
CMYK 0 0.09 0.72 0.23
HSL 52.82º 0.57% 0.49% -
HSV(B) 52.82º 0.72% 0.77% -
XYZ 39.55 44.24 9.95 -
YUV 169.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 196 179 54 0 0.09 0.72 0.23 52.82 0.57 0.49
Hex C4 B3 36 0 9 48 17 35 39 31
Octal 304 263 66 0 11 110 27 65 71 61
Binary 11000100 10110011 110110 0 1001 1001000 10111 110101 111001 110001

Color Harmonies of #C4B336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B336

Black with #C4B336

Text Example


Text Example

White with #C4B336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B336; }

 p { color: rgb(196,179,54); }

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

background-color css

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

 a { background-color: rgb(196,179,54); }

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

border-color css

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

 span { border-color: rgb(196,179,54); }

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