Html Css Color HEX #C4B22E Old Gold

📋 copy color: '#C4B22E'

red 196 ◦ green 178 ◦ blue 46

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

Shades of Old Gold #C4B22E

Tints of Old Gold #C4B22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.95%

R = 46.67%
G = 42.38%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4B22E (or 0xC4B22E) is known color: Old Gold. HEX triplet: C4, B2 and 2E. RGB value is (196,178,46). Sum of RGB (Red+Green+Blue) = 196+178+46=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B22E is #3B4DD1. Grayscale: #A8A8A8. Windows color (decimal): -3886546 or 3060420. OLE color: 3060420.

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

Color convert

RGB 196 178 46 -
CMYK 0 0.09 0.77 0.23
HSL 52.8º 0.62% 0.47% -
HSV(B) 52.8º 0.77% 0.77% -
XYZ 39.18 43.77 8.97 -
YUV 168.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 196 178 46 0 0.09 0.77 0.23 52.8 0.62 0.47
Hex C4 B2 2E 0 9 4D 17 35 3E 2F
Octal 304 262 56 0 11 115 27 65 76 57
Binary 11000100 10110010 101110 0 1001 1001101 10111 110101 111110 101111

Color Harmonies of #C4B22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B22E

Black with #C4B22E

Text Example


Text Example

White with #C4B22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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