Html Css Color HEX #C4B734 Old Gold

📋 copy color: '#C4B734'

red 196 ◦ green 183 ◦ blue 52

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

Shades of Old Gold #C4B734

Tints of Old Gold #C4B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 52 (20.7% from 255) = 12.06%

R = 45.48%
G = 42.46%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4B734 (or 0xC4B734) is known color: Old Gold. HEX triplet: C4, B7 and 34. RGB value is (196,183,52). Sum of RGB (Red+Green+Blue) = 196+183+52=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B734 is #3B48CB. Grayscale: #ACACAC. Windows color (decimal): -3885260 or 3454916. OLE color: 3454916.

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

Color convert

RGB 196 183 52 -
CMYK 0 0.07 0.73 0.23
HSL 54.58º 0.58% 0.49% -
HSV(B) 54.58º 0.73% 0.77% -
XYZ 40.32 45.85 9.97 -
YUV 171.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 196 183 52 0 0.07 0.73 0.23 54.58 0.58 0.49
Hex C4 B7 34 0 7 49 17 37 3A 31
Octal 304 267 64 0 7 111 27 67 72 61
Binary 11000100 10110111 110100 0 111 1001001 10111 110111 111010 110001

Color Harmonies of #C4B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B734

Black with #C4B734

Text Example


Text Example

White with #C4B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B734; }

 p { color: rgb(196,183,52); }

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

background-color css

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

 a { background-color: rgb(196,183,52); }

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

border-color css

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

 span { border-color: rgb(196,183,52); }

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