Html Css Color HEX #C4B240 Old Gold

📋 copy color: '#C4B240'

red 196 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #C4B240

Tints of Old Gold #C4B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 44.75%
G = 40.64%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4B240 (or 0xC4B240) is known color: Old Gold. HEX triplet: C4, B2 and 40. RGB value is (196,178,64). Sum of RGB (Red+Green+Blue) = 196+178+64=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B240 is #3B4DBF. Grayscale: #AAAAAA. Windows color (decimal): -3886528 or 4240068. OLE color: 4240068.

HSL color Cylindrical-coordinate representation of color #C4B240: hue angle of 51.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4B240 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 64 -
CMYK 0 0.09 0.67 0.23
HSL 51.82º 0.53% 0.51% -
HSV(B) 51.82º 0.67% 0.77% -
XYZ 39.61 43.95 11.25 -
YUV 170.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 196 178 64 0 0.09 0.67 0.23 51.82 0.53 0.51
Hex C4 B2 40 0 9 43 17 34 35 33
Octal 304 262 100 0 11 103 27 64 65 63
Binary 11000100 10110010 1000000 0 1001 1000011 10111 110100 110101 110011

Color Harmonies of #C4B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B240

Black with #C4B240

Text Example


Text Example

White with #C4B240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B240; }

 p { color: rgb(196,178,64); }

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

background-color css

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

 a { background-color: rgb(196,178,64); }

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

border-color css

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

 span { border-color: rgb(196,178,64); }

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