Html Css Color HEX #C4B63E Old Gold

📋 copy color: '#C4B63E'

red 196 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #C4B63E

Tints of Old Gold #C4B63E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

 BLUE value IS 62 (24.61% from 255) = 14.09%

R = 44.55%
G = 41.36%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4B63E (or 0xC4B63E) is known color: Old Gold. HEX triplet: C4, B6 and 3E. RGB value is (196,182,62). Sum of RGB (Red+Green+Blue) = 196+182+62=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B63E is #3B49C1. Grayscale: #ADADAD. Windows color (decimal): -3885506 or 4110020. OLE color: 4110020.

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

Color convert

RGB 196 182 62 -
CMYK 0 0.07 0.68 0.23
HSL 53.73º 0.53% 0.51% -
HSV(B) 53.73º 0.68% 0.77% -
XYZ 40.36 45.54 11.22 -
YUV 172.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 196 182 62 0 0.07 0.68 0.23 53.73 0.53 0.51
Hex C4 B6 3E 0 7 44 17 36 35 33
Octal 304 266 76 0 7 104 27 66 65 63
Binary 11000100 10110110 111110 0 111 1000100 10111 110110 110101 110011

Color Harmonies of #C4B63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B63E

Black with #C4B63E

Text Example


Text Example

White with #C4B63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B63E; }

 p { color: rgb(196,182,62); }

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

background-color css

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

 a { background-color: rgb(196,182,62); }

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

border-color css

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

 span { border-color: rgb(196,182,62); }

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